From 12ec75b36bbb2a7b2ddce0383cabf813bd26fbea Mon Sep 17 00:00:00 2001 From: Shoota Kumano Date: Thu, 29 Jul 2021 13:31:30 +0900 Subject: [PATCH 1/3] export count as props --- svelte/src/App.svelte | 5 +++-- svelte/src/Counter.svelte | 5 ++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/svelte/src/App.svelte b/svelte/src/App.svelte index fa3be0f..ab4f09e 100644 --- a/svelte/src/App.svelte +++ b/svelte/src/App.svelte @@ -1,13 +1,14 @@

Hello {name}!

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

- +