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

@ -14,7 +14,9 @@
"axios": "^1.7.2",
"postcss": "^8.4.38",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.5",
"react-router-dom": "^6.23.1"
},
"devDependencies": {
"@types/react": "^18.2.66",