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

var Input = Ember.TextField.extend(TextInputMixin);

export default Input;