Skip to content

Commit 269e9b5

Browse files
committed
fix linting on main
1 parent 8fe2aef commit 269e9b5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib/components/NavConversationItem.svelte

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import CarbonTrashCan from "~icons/carbon/trash-can";
88
import CarbonClose from "~icons/carbon/close";
99
import CarbonEdit from "~icons/carbon/edit";
10-
import { useSettingsStore } from "$lib/stores/settings";
1110
import type { ConvSidebar } from "$lib/types/ConvSidebar";
1211
1312
export let conv: ConvSidebar;
@@ -18,8 +17,6 @@
1817
deleteConversation: string;
1918
editConversationTitle: { id: string; title: string };
2019
}>();
21-
22-
const settings = useSettingsStore();
2320
</script>
2421

2522
<a

0 commit comments

Comments
 (0)