feat: configure routing

This commit is contained in:
2026-05-21 03:44:18 +07:00
parent cc4f0cf02c
commit 99d1c97706
10 changed files with 75 additions and 332 deletions
+3
View File
@@ -0,0 +1,3 @@
export default function Home() {
return <main>Hello World</main>;
}