Skip to content

Commit 7c74aa9

Browse files
Thank you Conduitry
Co-authored-by: Conduitry <[email protected]>
1 parent dcf2ace commit 7c74aa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

documentation/docs/04-advanced-routing.md

+1
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ declare module "$lib/reusable-load-function" {
212212
// ---cut---
213213
import { reusableLoad } from '$lib/reusable-load-function';
214214

215+
/** @type {import('./$types').PageLoad} */
215216
export function load(event) {
216217
// Add additional logic here, if needed
217218
return reusableLoad(event);

0 commit comments

Comments
 (0)