Spaces:
Running
Running
// import { redirect } from '@sveltejs/kit'; | |
/** @type {import('./$types').PageLoad} */ | |
export async function load() { | |
// throw redirect(302, "/models") | |
} |