diff --git a/site/content/examples/03-logic/04-keyed-each-blocks/App.svelte b/site/content/examples/03-logic/04-keyed-each-blocks/App.svelte index cd12eed95437..2868f905367c 100644 --- a/site/content/examples/03-logic/04-keyed-each-blocks/App.svelte +++ b/site/content/examples/03-logic/04-keyed-each-blocks/App.svelte @@ -18,7 +18,7 @@ Remove first thing -
+

Keyed

{#each things as thing (thing.id)} @@ -32,4 +32,4 @@ {/each}
-
\ No newline at end of file +