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