🧹 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
-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';