diff options
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", |