Initial commit
This commit is contained in:
commit
2f5e10140c
133 changed files with 10429 additions and 0 deletions
3
packages/web/src/routes/screens/signup.tsx
Normal file
3
packages/web/src/routes/screens/signup.tsx
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export default function Page() {
|
||||
return <div>Signup Page</div>;
|
||||
}
|
||||
Loading…
Reference in a new issue