Skip to content

Commit 44ed8fe

Browse files
Update tools/server/webui/src/lib/components/app/chat/ChatSidebar/ChatSidebar.svelte
Co-authored-by: Aleksander Grygier <[email protected]>
1 parent 977d1e8 commit 44ed8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/server/webui/src/lib/components/app/chat/ChatSidebar/ChatSidebar.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import * as AlertDialog from '$lib/components/ui/alert-dialog';
99
import Input from '$lib/components/ui/input/input.svelte';
1010
import { conversationsStore, conversations } from '$lib/stores/conversations.svelte';
11-
import { getPreviewText } from '$lib/utils/text';
11+
import { getPreviewText } from '$lib/utils';
1212
import ChatSidebarActions from './ChatSidebarActions.svelte';
1313
1414
const sidebar = Sidebar.useSidebar();

0 commit comments

Comments
 (0)