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