Use IndexRoute

This commit is contained in:
Melvin Valster
2019-07-19 20:25:05 +02:00
parent 0439910f52
commit 109955166d
7 changed files with 199 additions and 31 deletions
+2
View File
@@ -7,11 +7,13 @@
"@types/node": "12.6.2",
"@types/react": "16.8.23",
"@types/react-dom": "16.8.4",
"@types/react-router-dom": "^4.3.4",
"classnames": "^2.2.6",
"immutable": "^4.0.0-rc.12",
"node-sass": "^4.12.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router-dom": "^5.0.1",
"react-scripts": "3.0.1",
"typescript": "3.5.3"
},