fronts-client/src/components/inputs/InputText.ts (3 lines of code) (raw):

import InputBase from './InputBase'; import { createResizeableTextInput } from './CreateResizeableTextInput'; export default createResizeableTextInput(InputBase, 'text');