diff --git a/src/app/(docs)/docs/installation/framework-guides/sveltekit.tsx b/src/app/(docs)/docs/installation/framework-guides/sveltekit.tsx index e9ca62259..dfb102b74 100644 --- a/src/app/(docs)/docs/installation/framework-guides/sveltekit.tsx +++ b/src/app/(docs)/docs/installation/framework-guides/sveltekit.tsx @@ -98,11 +98,12 @@ export let steps: Step[] = [ lang: "svelte", code: html` - + {@render children()} `, }, },