import EditorControllerMixin from 'ghost/mixins/editor-base-controller'; var EditorNewController = Ember.ObjectController.extend(EditorControllerMixin); export default EditorNewController;