import Ember from 'ember';
import Console from 'ui/mixins/console';
export default Ember.Controller.extend(Console, {
command: null,
});