🧹 Delete unused code

This commit is contained in:
pheralb
2024-01-24 10:39:47 +00:00
parent 091bf2b543
commit 0a55e4d920
4 changed files with 1 additions and 17 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
export let searchTerm: string;
export let placeholder: string = 'Search...';
export let clearSearch: () => void;
import X from 'phosphor-svelte/lib/X';
import { X } from 'lucide-svelte';
let inputElement;
-4
View File
@@ -11,10 +11,6 @@
.map((svg) => svg.category)
.filter((category, index, array) => array.indexOf(category) === index);
// Icons:
import Heart from 'phosphor-svelte/lib/Heart';
import { ArrowUpRight } from 'lucide-svelte';
// Toaster:
import { Toaster } from 'svelte-sonner';