Added the react-router-dom dependency to the package.json

This commit is contained in:
2023-07-30 20:44:01 +02:00
parent e0a45cf338
commit 168457558c
2 changed files with 22 additions and 1 deletions

View File

@ -19,7 +19,8 @@
"@mui/icons-material": "^5.14.1",
"@mui/material": "^5.13.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.2"
},
"devDependencies": {
"@types/react": "^18.0.33",