refactor: organize shared utilities

This commit is contained in:
2026-06-27 10:13:51 +01:00
parent 85441c0dfe
commit e6f79cd68a
306 changed files with 343 additions and 343 deletions
+2 -2
View File
@@ -11,8 +11,8 @@
import type { HTMLAttributes } from 'svelte/elements';
import { Button } from '$lib/components/ui/button/index.js';
import { Input } from '$lib/components/ui/input/index.js';
import { cn, type WithElementRef } from '$lib/utils.js';
import { firstFormError } from '$lib/form-feedback';
import { cn, type WithElementRef } from '$lib/utils/format.js';
import { firstFormError } from '$lib/utils/feedback';
import { firstAdminSchema, type FirstAdminSchema } from '$lib/schemas/auth';
let {