mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-19 08:31:43 +03:00
6 lines
191 B
JavaScript
6 lines
191 B
JavaScript
|
import EditorControllerMixin from 'ghost/mixins/editor-base-controller';
|
||
|
|
||
|
var EditorNewController = Ember.ObjectController.extend(EditorControllerMixin);
|
||
|
|
||
|
export default EditorNewController;
|