diff options
| author | Yuval Adam <_@yuv.al> | 2025-03-05 09:34:55 +0100 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-03-05 09:34:55 +0100 |
| commit | 45f78bd2cb9bbef15fae24d4925da095da8c1e05 (patch) | |
| tree | 11c180de5a5983894dd2012ace3460a8cef0e025 /morsehero/package.json | |
| parent | 0f187f792c264ba3d9e7de62b577fbfea0d86386 (diff) | |
Initial react migration
Diffstat (limited to 'morsehero/package.json')
| -rw-r--r-- | morsehero/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/morsehero/package.json b/morsehero/package.json index 9d0d20c..9e69011 100644 --- a/morsehero/package.json +++ b/morsehero/package.json @@ -11,7 +11,8 @@ }, "dependencies": { "react": "^19.0.0", - "react-dom": "^19.0.0" + "react-dom": "^19.0.0", + "react-router": "^7.2.0" }, "devDependencies": { "@eslint/js": "^9.21.0", |
