routing and fetching data

This commit is contained in:
2024-06-13 23:11:15 +09:00
parent 4f6855e6aa
commit 08c090d7f2
12 changed files with 1976 additions and 20 deletions

View File

@ -0,0 +1,3 @@
export default function Main (){
return ( <><h1>Main page</h1></>)
}