import type { LayoutServerLoad } from './$types'; export const load = (async ({{{_cursor_}}}) => { return { }; }) satisfies LayoutServerLoad;