From f3f22100698c9224b759020272500ef91d091a38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=8B=A0=EC=B1=84=EC=9B=90?= <87516785+chairoi@users.noreply.github.com> Date: Tue, 21 Nov 2023 01:23:11 +0900 Subject: [PATCH] fix bugs --- src/Component.svelte | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/Component.svelte b/src/Component.svelte index 98103bc..b9e34f4 100644 --- a/src/Component.svelte +++ b/src/Component.svelte @@ -1,17 +1,16 @@
- This is a new-custom component. 3 + 2 is: {text}. + This is a new-custom component. The result of 3 + 2 is: {text}.