import Ember from 'ember';
export default Ember.TextArea.extend({
classNames: ['form-control', 'text-mono'],
rows: 3,
});