UNPKG

create-n4-app

Version:
8 lines (7 loc) 191 B
import React from "react"; const SignUp = () => { return (<main className="flex item-center justify-center min-h-screen"> <h1>Sign Up</h1> </main>); }; export default SignUp;