fix: type errors

This commit is contained in:
terraputix
2026-02-15 15:42:20 +01:00
parent be0f7f822d
commit 386e814001
9 changed files with 569 additions and 465 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { redirect } from '@sveltejs/kit';
import type { PageLoad } from '$types';
import type { PageLoad } from './$types';
export const prerender = true;