chore: set up routing with mock pages

This commit is contained in:
2024-04-18 15:26:02 +02:00
parent 6d8ec83bcb
commit 4671b5e707
7 changed files with 68 additions and 2 deletions

View File

@@ -11,7 +11,8 @@
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3"
},
"devDependencies": {
"@types/react": "^18.2.66",