chore: move ui utils to utils/ui

This commit is contained in:
terraputix
2026-02-15 15:29:11 +01:00
parent c2e90f5919
commit af433c92ff
34 changed files with 42 additions and 40 deletions
@@ -2,7 +2,7 @@
import XIcon from '@lucide/svelte/icons/x';
import { Dialog as DialogPrimitive } from 'bits-ui';
import { type WithoutChildrenOrChild, cn } from '$lib/utils.js';
import { type WithoutChildrenOrChild, cn } from '$lib/utils/ui.js';
import DialogPortal from './dialog-portal.svelte';
import * as Dialog from './index.js';