feat: Implement page routing using wouter and add simple mock-up pages

This commit is contained in:
2025-09-24 00:45:31 +09:00
parent 9fc00089b1
commit 97ee67cf64
10 changed files with 153 additions and 20 deletions

View File

@@ -12,14 +12,16 @@
"dependencies": {
"@base-ui-components/react": "^1.0.0-beta.3",
"@radix-ui/react-slot": "^1.2.3",
"@tabler/icons-react": "^3.35.0",
"@tailwindcss/vite": "^4.1.13",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.543.0",
"lucide-react": "^0.544.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.13",
"wouter": "^3.7.1",
"zustand": "^5.0.8"
},
"devDependencies": {