mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-07-04 15:19:12 +00:00
Update dependencies and replace radix-icons-svelte with lucide-svelte
This commit is contained in:
parent
9b0fa288ee
commit
eb404980b3
26 changed files with 62 additions and 53 deletions
|
@ -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 & {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue