refactor: Remove unused `getChatActionsContext` import

This commit is contained in:
Aleksander Grygier 2026-01-27 13:10:15 +01:00
parent d43895d706
commit 70f96c96b6
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<script lang="ts">
import { Card } from '$lib/components/ui/card';
import { ChatAttachmentsList, MarkdownContent } from '$lib/components/app';
import { getMessageEditContext, getChatActionsContext } from '$lib/contexts';
import { getMessageEditContext } from '$lib/contexts';
import { config } from '$lib/stores/settings.svelte';
import ChatMessageActions from './ChatMessageActions.svelte';
import ChatMessageEditForm from './ChatMessageEditForm.svelte';