From 4b1c37900e5104c9e5b86a591c90afc12cca21f6 Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Thu, 22 Apr 2021 17:54:05 +0200 Subject: [PATCH] options first --- .../examples/21-miscellaneous/02-immutable-data/App.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/examples/21-miscellaneous/02-immutable-data/App.svelte b/site/content/examples/21-miscellaneous/02-immutable-data/App.svelte index 906b30e20b..a7ce32cc55 100644 --- a/site/content/examples/21-miscellaneous/02-immutable-data/App.svelte +++ b/site/content/examples/21-miscellaneous/02-immutable-data/App.svelte @@ -1,3 +1,5 @@ + + - -

Immutable

{#each todos as todo}