mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-21 18:01:36 +03:00
7 lines
214 B
JavaScript
7 lines
214 B
JavaScript
import Ember from 'ember';
|
|
import EditorControllerMixin from 'ghost/mixins/editor-base-controller';
|
|
|
|
var EditorEditController = Ember.Controller.extend(EditorControllerMixin);
|
|
|
|
export default EditorEditController;
|