Added some Router code to handle the routes and started setting up what I hope will be a nice folder structure for this project.
This commit is contained in:
+8
-1
@@ -7,8 +7,15 @@
|
||||
"@testing-library/react": "^11.2.2",
|
||||
"@testing-library/user-event": "^12.6.0",
|
||||
"react": "^17.0.1",
|
||||
"react-art": "^17.0.1",
|
||||
"react-dom": "^17.0.1",
|
||||
"react-scripts": "4.0.1",
|
||||
"react-native": "^0.63.4",
|
||||
"react-native-sqlite-storage": "^5.0.0",
|
||||
"react-native-web": "^0.14.10",
|
||||
"react-router-dom": "^5.2.0",
|
||||
"react-router-native": "^5.2.0",
|
||||
"react-scripts": "^4.0.1",
|
||||
"typescript": "^4.1.3",
|
||||
"web-vitals": "^0.2.4"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user