aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2024-07-25 22:54:55 +0530
committerLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2024-07-25 22:54:55 +0530
commit680f38b1c48c4cc5c4b34b285f68fe48217d0ab9 (patch)
tree6cb3bdbf246636625b34fec022bf6619d24f8c01 /package.json
parent458a8c849da82adf045a40919a4a9e3aa06e1c06 (diff)
downloadadmin-panel-680f38b1c48c4cc5c4b34b285f68fe48217d0ab9.tar.gz
admin-panel-680f38b1c48c4cc5c4b34b285f68fe48217d0ab9.tar.bz2
admin-panel-680f38b1c48c4cc5c4b34b285f68fe48217d0ab9.zip
setting up login
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 056b32f..1c236c5 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,8 @@
},
"dependencies": {
"react": "^18.3.1",
- "react-dom": "^18.3.1"
+ "react-dom": "^18.3.1",
+ "react-router-dom": "^6.25.1"
},
"devDependencies": {
"@types/react": "^18.3.3",