lora-studio / src /routes /+page.server.ts
enzostvs's picture
enzostvs HF staff
add structuration page
2c23da5
raw
history blame
151 Bytes
import { redirect } from '@sveltejs/kit';
/** @type {import('./$types').PageLoad} */
export async function load() {
throw redirect(302, "/models")
}