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
@@ -6,7 +6,7 @@ import { storedLocation } from '$lib/stores/settings';
import { geoLocationNameToRoute } from '$lib/utils/meteo';
import type { PageLoad } from '$types';
import type { PageLoad } from './$types';
export const prerender = true;