diff --git a/apps/web/src/lib/components/chat/ChatWidget.svelte b/apps/web/src/lib/components/chat/ChatWidget.svelte index 25bb0cf..944cc91 100644 --- a/apps/web/src/lib/components/chat/ChatWidget.svelte +++ b/apps/web/src/lib/components/chat/ChatWidget.svelte @@ -15,7 +15,6 @@ import type { Id } from '@sgse-app/backend/convex/_generated/dataModel'; import ChatList from './ChatList.svelte'; import ChatWindow from './ChatWindow.svelte'; - import ConnectionIndicator from './ConnectionIndicator.svelte'; import { MessageSquare, Minus, Maximize2, X, Bell } from 'lucide-svelte'; import { SvelteSet } from 'svelte/reactivity'; @@ -1316,7 +1315,6 @@ {/if} - {#if showGlobalNotificationPopup && globalNotificationMessage}