chore: move ui utils to utils/ui

This commit is contained in:
terraputix
2026-02-15 15:15:04 +01:00
parent 2a8a8b9746
commit 6ffef099cd
31 changed files with 32 additions and 32 deletions
@@ -2,7 +2,7 @@
import CheckIcon from '@lucide/svelte/icons/check';
import { Select as SelectPrimitive } from 'bits-ui';
import { type WithoutChild, cn } from '$lib/utils.js';
import { type WithoutChild, cn } from '$lib/utils/ui.js';
let {
ref = $bindable(null),