diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-06-04 22:58:53 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-06-04 22:58:53 +0200 |
commit | 2c5438e93fe544cb87c92cfff42d8ea16b81f939 (patch) | |
tree | 5649d7bd9f878574e54133499661dd0da1cc8d2c /package.json | |
parent | Misc: Switch to npm (diff) | |
download | fs-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.json | 3 |
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", |