import type { LayoutServerLoad } from './$types'; export const load: LayoutServerLoad = async ({ locals }) => { return { benutzer: locals.benutzer!, haushalt: locals.haushalt! }; };