From a1d359b1d8ecb2e447ccfde9fc8fdf9900d64bc1 Mon Sep 17 00:00:00 2001 From: Tim Sullivan Date: Thu, 20 May 2021 19:58:54 -0700 Subject: [PATCH] 01-basics/app-a/App.svelte: add structure of svelte file so it is clear to users reading the docs --- .../01-introduction/01-basics/app-a/App.svelte | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/site/content/tutorial/01-introduction/01-basics/app-a/App.svelte b/site/content/tutorial/01-introduction/01-basics/app-a/App.svelte index efe5048cbc..edc68df4e2 100644 --- a/site/content/tutorial/01-introduction/01-basics/app-a/App.svelte +++ b/site/content/tutorial/01-introduction/01-basics/app-a/App.svelte @@ -1 +1,11 @@ -

Hello world!

\ No newline at end of file + + +

Hello {name}

+ +