Add wouter package to the project

This commit is contained in:
2023-03-05 19:05:33 -05:00
parent 5e48891bac
commit bff6a02123
4 changed files with 148 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "2707",
"name": "COMP2707-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
@@ -9,7 +9,8 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
"web-vitals": "^2.1.4",
"wouter": "^2.10.0"
},
"scripts": {
"start": "react-scripts start",