Migrate from DaisyUI to SkeletonUI

This commit is contained in:
2024-12-12 23:29:24 +01:00
parent 4f342e198a
commit 70edd0182d
15 changed files with 396 additions and 414 deletions

View File

@ -1,9 +1,5 @@
import type { Actions, PageServerLoad } from "./$types";
import {
form_data_clean,
form_data_ensure_keys,
form_data_get_and_remove_id,
} from "$lib/form";
import { form_data_clean, form_data_ensure_keys, form_data_get_and_remove_id } from "$lib/form";
// These "actions" run serverside only, as they're located inside +page.server.ts
export const actions = {