import Signup from '../components/Signup' const SignupPage = () => { return (
) } export default SignupPage