fix: I thought this got pushed

This commit is contained in:
silentoplayz 2025-07-27 20:23:06 -04:00
parent a64b91e2e2
commit eeccf23e4d

View file

@ -10,7 +10,7 @@
import GarbageBin from '$lib/components/icons/GarbageBin.svelte';
import Pencil from '$lib/components/icons/Pencil.svelte';
import Tooltip from '$lib/components/common/Tooltip.svelte';
import Download from '$lib/components/icons/Download.svelte';
import Download from '$lib/components/icons/ArrowDownTray.svelte';
export let align: 'start' | 'end' = 'start';
export let onEdit = () => {};