chore(deps): install react-router-dom

This commit is contained in:
karishmas6
2024-03-07 02:25:01 +05:30
parent 01db1ddf60
commit 2490439c69
2 changed files with 64 additions and 2 deletions

View File

@@ -12,7 +12,8 @@
"dependencies": {
"antd": "^5.15.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.2"
},
"devDependencies": {
"@types/react": "^18.2.56",