aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages/ui/src/pages/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ui/src/pages/index.tsx')
-rw-r--r--packages/ui/src/pages/index.tsx7
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/ui/src/pages/index.tsx b/packages/ui/src/pages/index.tsx
index bccca22..2acd377 100644
--- a/packages/ui/src/pages/index.tsx
+++ b/packages/ui/src/pages/index.tsx
@@ -22,7 +22,12 @@ export function IndexPage() {
void initGameLifecycle().catch((error) => {
console.error("Failed to initialize game lifecycle:", error);
});
- }, [authStore.init, settingsStore.refresh, instanceStore.refresh, initGameLifecycle]);
+ }, [
+ authStore.init,
+ settingsStore.refresh,
+ instanceStore.refresh,
+ initGameLifecycle,
+ ]);
return (
<div className="relative h-screen w-full overflow-hidden bg-background font-sans">