import { error } from '@sveltejs/kit'; export const load = () => { error(404, 'Not found'); };