import type { PageLoad } from './$types'; export const load: PageLoad = ({ params }) => ({ sampleId: params.id });