refactor: organize shared utilities
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
import type { HTMLAttributes } from 'svelte/elements';
|
||||
import { Input } from '$lib/components/ui/input/index.js';
|
||||
import { Button } from '$lib/components/ui/button/index.js';
|
||||
import { cn, type WithElementRef } from '$lib/utils.js';
|
||||
import { cn, type WithElementRef } from '$lib/utils/format.js';
|
||||
import { loginSchema, type LoginSchema } from '$lib/schemas/auth';
|
||||
|
||||
let {
|
||||
|
||||
Reference in New Issue
Block a user