about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-06-04 22:58:53 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-06-04 22:58:53 +0200
commit2c5438e93fe544cb87c92cfff42d8ea16b81f939 (patch)
tree5649d7bd9f878574e54133499661dd0da1cc8d2c /package.json
parentMisc: Switch to npm (diff)
downloadfs-tracer-frontend-2c5438e93fe544cb87c92cfff42d8ea16b81f939.tar.gz
fs-tracer-frontend-2c5438e93fe544cb87c92cfff42d8ea16b81f939.tar.bz2
fs-tracer-frontend-2c5438e93fe544cb87c92cfff42d8ea16b81f939.zip
Pages: Add Home and route conditionally based on 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 500d4f0..829ddbd 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,8 @@
   "dependencies": {
     "@supabase/supabase-js": "^2.43.4",
     "react": "^18.2.0",
-    "react-dom": "^18.2.0"
+    "react-dom": "^18.2.0",
+    "react-router-dom": "^6.23.1"
   },
   "devDependencies": {
     "@types/react": "^18.2.66",