mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-10 04:22:18 +00:00
chore: autotype load
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { redirect } from '@sveltejs/kit';
|
||||
import type { PageLoad } from './$types';
|
||||
|
||||
export const load: PageLoad = async () => {
|
||||
export function load() {
|
||||
throw redirect(303, '/docs/tutorials/sveltekit-ssr-auth/step-1');
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user