Move seasondata tabs into +layout.svelte

This commit is contained in:
2024-12-12 12:10:56 +01:00
parent d9c8098fe2
commit 9ccf0422ec
7 changed files with 44 additions and 19 deletions

View File

@ -2,7 +2,7 @@ import {
form_data_clean,
form_data_ensure_keys,
form_data_get_and_remove_id,
} from "$lib/forms";
} from "$lib/form";
import { error, redirect } from "@sveltejs/kit";
import type { Actions } from "./$types";