React router setup.

This commit is contained in:
codevictory
2021-10-24 20:44:05 +03:00
parent 197bba7c00
commit ed5c5847d6
3 changed files with 298 additions and 7 deletions

View File

@@ -14,6 +14,7 @@
"firebase": "^9.1.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"typescript": "^4.1.2",
"web-vitals": "^1.0.1"
@@ -44,5 +45,8 @@
},
"optionalDependencies": {
"fsevents": "^2.3.2"
},
"devDependencies": {
"@types/react-router-dom": "^5.3.1"
}
}