import React from "react"; import "./SignFormStyles.css"; function SignFormInput({ ...restProps }) { return ; } export default SignFormInput;