Added react-router

This commit is contained in:
Gregory Schier
2023-02-25 18:04:14 -08:00
parent 93105a3e89
commit 83bb18df03
12 changed files with 180 additions and 67 deletions

View File

@@ -35,7 +35,8 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-query": "^3.39.3"
"react-query": "^3.39.3",
"react-router-dom": "^6.8.1"
},
"devDependencies": {
"@tauri-apps/cli": "^1.2.2",