update shadcn components

This commit is contained in:
David Senoner 2025-05-19 15:00:16 +02:00
parent 3f6ac523f8
commit 2ea45109d1
65 changed files with 268 additions and 171 deletions

View file

@ -1,5 +1,5 @@
<script>
import Dot from "lucide-svelte/icons/dot";
import Dot from "@lucide/svelte/icons/dot";
let { ref = $bindable(null), children, ...restProps } = $props();
</script>