import type { PageLoad } from "./$types"; export const load: PageLoad = ({ params }) => ({ labelIndex: parseInt(params.labelIndex, 10), });