import type { LayoutLoad } from './$types'; export const load: LayoutLoad = () => { // TODO: Decrypt sessioncookie if set, if not set, redirect to /login return {}; };