diff --git a/frontend/src/routes/(root)/(logged)/+layout.svelte b/frontend/src/routes/(root)/(logged)/+layout.svelte index 2f5976134e..ece8d87a34 100644 --- a/frontend/src/routes/(root)/(logged)/+layout.svelte +++ b/frontend/src/routes/(root)/(logged)/+layout.svelte @@ -57,6 +57,7 @@ import { Pane, Splitpanes } from 'svelte-splitpanes' import AiChat from '$lib/components/copilot/chat/AIChat.svelte' import { zIndexes } from '$lib/zIndexes' + import { chatState } from '$lib/components/copilot/chat/sharedChatState.svelte' interface Props { children?: import('svelte').Snippet } @@ -691,7 +692,7 @@ {/if} - +