Skip to content

Commit 9935f4f

Browse files
committed
Remove unecessary import
1 parent 67317c0 commit 9935f4f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/components/NavMenu.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import NavConversationItem from "./NavConversationItem.svelte";
99
import type { LayoutData } from "../../routes/$types";
1010
import type { ConvSidebar } from "$lib/types/ConvSidebar";
11-
import type { Model } from "$lib/types/Model";
1211
import { page } from "$app/stores";
1312
1413
export let conversations: ConvSidebar[];

0 commit comments

Comments
 (0)