aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/package.json
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-07-29 22:15:03 +0900
committernsfisis <nsfisis@gmail.com>2024-07-29 22:15:03 +0900
commit3a1e09991708bff1d0c0cfd5b1b091924cca9e8f (patch)
tree7705ca2657887653814e790627ec730ac794354f /frontend/package.json
parente0fbddb281dfe8ccbcb33c3d5f385b6ad402a476 (diff)
downloadphperkaigi-2025-albatross-3a1e09991708bff1d0c0cfd5b1b091924cca9e8f.tar.gz
phperkaigi-2025-albatross-3a1e09991708bff1d0c0cfd5b1b091924cca9e8f.tar.zst
phperkaigi-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.json1
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": {