import React from "react";
const SignIn = () => {
    return (<main className="flex item-center justify-center min-h-screen">
      <h1>Sign In</h1>
    </main>);
};
export default SignIn;
