import React from 'react' const SignUpForm = () => { return ( <div> </div> ) } export default SignUpForm