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