Skip to content

Commit

Permalink
fix linting on main
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarrazin committed Feb 2, 2024
1 parent 8fe2aef commit 269e9b5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib/components/NavConversationItem.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import CarbonTrashCan from "~icons/carbon/trash-can";
import CarbonClose from "~icons/carbon/close";
import CarbonEdit from "~icons/carbon/edit";
import { useSettingsStore } from "$lib/stores/settings";
import type { ConvSidebar } from "$lib/types/ConvSidebar";
export let conv: ConvSidebar;
Expand All @@ -18,8 +17,6 @@
deleteConversation: string;
editConversationTitle: { id: string; title: string };
}>();
const settings = useSettingsStore();
</script>

<a
Expand Down

0 comments on commit 269e9b5

Please sign in to comment.