lora-studio / src /routes /+page.server.ts
enzostvs's picture
enzostvs HF staff
change updated models routes
b0122ad
raw
history blame contribute delete
No virus
157 Bytes
// import { redirect } from '@sveltejs/kit';
/** @type {import('./$types').PageLoad} */
export async function load() {
// throw redirect(302, "/models")
}