Update dependencies and replace radix-icons-svelte with lucide-svelte

This commit is contained in:
Bart van der Braak 2024-04-22 02:46:04 +02:00
parent 9b0fa288ee
commit eb404980b3
26 changed files with 62 additions and 53 deletions

View file

@ -1,6 +1,6 @@
<script lang="ts">
import { RadioGroup as RadioGroupPrimitive } from 'bits-ui';
import { Check } from 'radix-icons-svelte';
import { Check } from 'lucide-svelte';
import { cn } from '$lib/utils';
type $$Props = RadioGroupPrimitive.ItemProps & {