🏗 Sets up React-Router

This commit is contained in:
Alicia Sykes
2022-06-12 13:43:08 +01:00
parent 2f0bc8199b
commit 9b8f5d2b40
6 changed files with 80 additions and 12 deletions

View File

@@ -10,10 +10,12 @@
"@types/node": "^16.11.39",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.25",
"jest-styled-components": "^7.0.8",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"styled-components": "^5.3.5",
"typescript": "^4.7.3",