Spaces:
Running
Running
import { redirect } from '@sveltejs/kit'; | |
export function load() { | |
throw redirect(302, '/text-generation'); | |
} |
import { redirect } from '@sveltejs/kit'; | |
export function load() { | |
throw redirect(302, '/text-generation'); | |
} |