mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 11:34:24 +03:00
6 lines
130 B
JavaScript
6 lines
130 B
JavaScript
|
import TextInputMixin from 'ghost/mixins/text-input';
|
||
|
|
||
|
var Input = Ember.TextField.extend(TextInputMixin);
|
||
|
|
||
|
export default Input;
|