refactor: organize shared utilities
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script lang="ts">
|
||||
import { ContextMenu as ContextMenuPrimitive } from 'bits-ui';
|
||||
import { cn, type WithoutChildrenOrChild } from '$lib/utils.js';
|
||||
import { cn, type WithoutChildrenOrChild } from '$lib/utils/format.js';
|
||||
import type { Snippet } from 'svelte';
|
||||
import CheckIcon from '@lucide/svelte/icons/check';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user