Skip to content

Commit 6da1347

Browse files
committed
fix lint
1 parent 11fe137 commit 6da1347

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/components/chat/ChatWindow.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
import file2base64 from "$lib/utils/file2base64";
2525
import type { Assistant } from "$lib/types/Assistant";
2626
import { base } from "$app/paths";
27-
import id from "date-fns/locale/id";
2827
2928
export let messages: Message[] = [];
3029
export let loading = false;

0 commit comments

Comments
 (0)