import React from 'react' const TextInput = () => { return (
TextInput
) } export default TextInput