File size: 151 Bytes
2c23da5
 
 
 
 
 
1
2
3
4
5
6
import { redirect } from '@sveltejs/kit';

/** @type {import('./$types').PageLoad} */
export async function load() {
  throw redirect(302, "/models")
}