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