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;
