refactor: organize shared utilities
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<script lang="ts" module>
|
||||
import { resolve } from '$app/paths';
|
||||
import type { PathnameWithSearchOrHash } from '$app/types';
|
||||
import { cn, type WithElementRef } from '$lib/utils.js';
|
||||
import { cn, type WithElementRef } from '$lib/utils/format.js';
|
||||
import type { HTMLAnchorAttributes, HTMLButtonAttributes } from 'svelte/elements';
|
||||
import { type VariantProps, tv } from 'tailwind-variants';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user