diff --git a/ghost/admin/app/components/modal-whats-new.js b/ghost/admin/app/components/modal-whats-new.js deleted file mode 100644 index 563ad0bff5..0000000000 --- a/ghost/admin/app/components/modal-whats-new.js +++ /dev/null @@ -1,13 +0,0 @@ -import ModalComponent from 'ghost-admin/components/modal-base'; -import {inject as service} from '@ember/service'; - -export default ModalComponent.extend({ - whatsNew: service(), - - confirm() {}, - - actions: { - // noop - enter key shouldn't do anything - confirm() {} - } -});