Add login and signature

This commit is contained in:
2021-10-14 21:28:06 +02:00
parent 471165d949
commit a67f3c402b
4 changed files with 51 additions and 17 deletions

5
pages/auth/sign-up.tsx Normal file
View File

@@ -0,0 +1,5 @@
const SignUpPage = () => {
return <div>Sign up page</div>;
};
export default SignUpPage;