doc: add react-router-dom package

This commit is contained in:
Leon Xu
2023-01-23 15:38:39 -08:00
parent e0543e9615
commit 66717ce1e6
2 changed files with 727 additions and 2 deletions
+3 -2
View File
@@ -10,7 +10,8 @@
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"react-router-dom": "^6.7.0"
},
"devDependencies": {
"@types/react": "^18.0.26",
@@ -18,4 +19,4 @@
"@vitejs/plugin-react": "^3.0.0",
"vite": "^4.0.0"
}
}
}