diff --git a/src/App.svelte b/src/App.svelte index 601206c..10faec7 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -2,11 +2,29 @@ export let name; - +
+

Hello {name}!

+

Visit the Svelte tutorial to learn how to build Svelte apps.

+
-

Hello {name}!

+ \ No newline at end of file