1 2 3 4 5 6 7
import type { LayoutServerLoad } from './$types'; export const load: LayoutServerLoad = async ({ locals }) => { return { account: locals.account }; };