mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-03 03:55:26 +03:00
9 lines
201 B
JavaScript
9 lines
201 B
JavaScript
|
import ModalComponent from 'ghost-admin/components/modal-base';
|
||
|
import {inject as service} from '@ember/service';
|
||
|
|
||
|
export default ModalComponent.extend({
|
||
|
whatsNew: service(),
|
||
|
|
||
|
confirm() {}
|
||
|
});
|