Skip to content

Commit ced06c3

Browse files
fix: Add missing {@render children()} in tutorial (sveltejs#1073)
Add missing {@render children()}
1 parent 83e7d2d commit ced06c3

File tree

1 file changed

+2
-0
lines changed
  • apps/svelte.dev/content/tutorial/04-advanced-sveltekit/04-advanced-routing/04-route-groups

1 file changed

+2
-0
lines changed

apps/svelte.dev/content/tutorial/04-advanced-sveltekit/04-advanced-routing/04-route-groups/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ We can also add some UI to these two routes by adding a `src/routes/(authed)/+la
3131
let { children } = $props();
3232
</script>
3333
34+
{@render children()}
35+
3436
<form method="POST" action="/logout">
3537
<button>log out</button>
3638
</form>

0 commit comments

Comments
 (0)