add routes

This commit is contained in:
andrzej 2024-06-03 18:20:13 +02:00
parent 5cfabc5fd1
commit b76fae1456
4 changed files with 5 additions and 0 deletions

0
src/routes/login.tsx Normal file
View File

5
src/routes/root.tsx Normal file
View File

@ -0,0 +1,5 @@
export default function Root() {
return <>
<h1>Hello!</h1>
</>
}

0
src/routes/secure.tsx Normal file
View File

0
src/routes/signUp.tsx Normal file
View File