import React from "react"; import "./Input.css"; function TextInput(props) { return ( ); } export default TextInput;