Merge branch 'main' into refactor-weather-weekly
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { redirect } from '@sveltejs/kit';
|
import { redirect } from '@sveltejs/kit';
|
||||||
|
|
||||||
import type { PageLoad } from './$types';
|
import type { PageLoad } from '$types';
|
||||||
|
|
||||||
export const prerender = true;
|
export const prerender = true;
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import { storedLocation } from '$lib/stores/settings';
|
|||||||
|
|
||||||
import { geoLocationNameToRoute } from '$lib/utils/meteo';
|
import { geoLocationNameToRoute } from '$lib/utils/meteo';
|
||||||
|
|
||||||
import type { PageLoad } from './$types';
|
import type { PageLoad } from '$types';
|
||||||
|
|
||||||
export const prerender = true;
|
export const prerender = true;
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
import { storedLocation } from '$lib/stores/settings';
|
import { storedLocation } from '$lib/stores/settings';
|
||||||
import { urlHashStore } from '$lib/stores/url-hash-store';
|
import { urlHashStore } from '$lib/stores/url-hash-store';
|
||||||
|
|
||||||
import { pad } from '$lib/utils/index.js';
|
import { pad } from '$lib/utils';
|
||||||
|
|
||||||
import { Label } from '$lib/components/ui/label';
|
import { Label } from '$lib/components/ui/label';
|
||||||
import * as Select from '$lib/components/ui/select';
|
import * as Select from '$lib/components/ui/select';
|
||||||
|
|||||||
Reference in New Issue
Block a user