diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-07-29 22:15:03 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-07-29 22:15:03 +0900 |
| commit | 3a1e09991708bff1d0c0cfd5b1b091924cca9e8f (patch) | |
| tree | 7705ca2657887653814e790627ec730ac794354f /frontend/package.json | |
| parent | e0fbddb281dfe8ccbcb33c3d5f385b6ad402a476 (diff) | |
| download | iosdc-japan-2025-albatross-3a1e09991708bff1d0c0cfd5b1b091924cca9e8f.tar.gz iosdc-japan-2025-albatross-3a1e09991708bff1d0c0cfd5b1b091924cca9e8f.tar.zst iosdc-japan-2025-albatross-3a1e09991708bff1d0c0cfd5b1b091924cca9e8f.zip | |
fix(frontend): make GolfPlayApp and GolfWatchApp client-only components to fix SSR errors
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/package.json b/frontend/package.json index ae51afd..61def51 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -22,6 +22,7 @@ "react-use-websocket": "^4.8.1", "remix-auth": "^3.7.0", "remix-auth-form": "^1.5.0", + "remix-utils": "^7.6.0", "use-debounce": "^10.0.1" }, "devDependencies": { |
