import TextInputMixin from 'ghost/mixins/text-input';

var TextArea = Ember.TextArea.extend(TextInputMixin);

export default TextArea;