We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe2aef commit 269e9b5Copy full SHA for 269e9b5
src/lib/components/NavConversationItem.svelte
@@ -7,7 +7,6 @@
7
import CarbonTrashCan from "~icons/carbon/trash-can";
8
import CarbonClose from "~icons/carbon/close";
9
import CarbonEdit from "~icons/carbon/edit";
10
- import { useSettingsStore } from "$lib/stores/settings";
11
import type { ConvSidebar } from "$lib/types/ConvSidebar";
12
13
export let conv: ConvSidebar;
@@ -18,8 +17,6 @@
18
17
deleteConversation: string;
19
editConversationTitle: { id: string; title: string };
20
}>();
21
-
22
- const settings = useSettingsStore();
23
</script>
24
25
<a
0 commit comments