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