From c45e4296aa82ee11f688373ac0f5883dd45e3fab Mon Sep 17 00:00:00 2001
From: Debargha Roy <30570555+debargharoy@users.noreply.github.com>
Date: Tue, 11 May 2021 00:01:11 +0530
Subject: [PATCH] Move style to end of code - Part 1
---
.../05-svelte-body/app-a/App.svelte | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/site/content/tutorial/16-special-elements/05-svelte-body/app-a/App.svelte b/site/content/tutorial/16-special-elements/05-svelte-body/app-a/App.svelte
index ad616582e5..d9505bb0c9 100644
--- a/site/content/tutorial/16-special-elements/05-svelte-body/app-a/App.svelte
+++ b/site/content/tutorial/16-special-elements/05-svelte-body/app-a/App.svelte
@@ -5,6 +5,15 @@
const handleMouseleave = () => hereKitty = false;
+
+
+
+
+
-
-
-
-
-
\ No newline at end of file