Add react router with basic layout + home page

This commit is contained in:
2024-04-23 17:35:34 +01:00
parent fe9cec5e01
commit 62ac025105
6 changed files with 70 additions and 7 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.23.0"
},
"devDependencies": {
"@types/react": "^18.2.66",