사소한 리팩토링 3

This commit is contained in:
static
2025-12-26 15:57:05 +09:00
parent c9d4b10356
commit 3eb7411438
8 changed files with 4 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
import { error } from "@sveltejs/kit";
import { keyExportState } from "$lib/hooks/gotoStateful";
import { keyExportState } from "$lib/utils/gotoStateful";
import type { PageLoad } from "./$types";
export const load: PageLoad = async () => {