import type { LayoutLoad } from './$types'; export const load: LayoutLoad = async ({ data: { user } }) => { return { user }; };