From d3e3ecb64bc230f61525a9f067f533072908a553 Mon Sep 17 00:00:00 2001 From: Gigiaj Date: Sun, 29 Jun 2025 23:29:10 -0500 Subject: [PATCH] update imports --- src/app/pages/client/ClientRoot.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/pages/client/ClientRoot.tsx b/src/app/pages/client/ClientRoot.tsx index c1c602c5..82b2b294 100644 --- a/src/app/pages/client/ClientRoot.tsx +++ b/src/app/pages/client/ClientRoot.tsx @@ -37,9 +37,7 @@ import { AsyncStatus, useAsyncCallback } from '../../hooks/useAsyncCallback'; import { useSyncState } from '../../hooks/useSyncState'; import { stopPropagation } from '../../utils/keyboard'; import { SyncStatus } from './SyncStatus'; -import { togglePusher } from '../../features/settings/notifications/PushNotifications'; -import { ClientConfig, useClientConfig } from '../../hooks/useClientConfig'; -import { appEvents } from '../../utils/appEvents'; +import { useAppVisibility } from '../../hooks/useAppVisibility'; function ClientRootLoading() { return (