From e43ec8ef7023859b147e58b4e011a7f2617d694b Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Sat, 12 Nov 2022 02:35:59 +0100 Subject: [PATCH] chore(demo): update --- examples/svelte3/src/BindThis.story.svelte | 7 ------- 1 file changed, 7 deletions(-) diff --git a/examples/svelte3/src/BindThis.story.svelte b/examples/svelte3/src/BindThis.story.svelte index 3f663883..478e9f72 100644 --- a/examples/svelte3/src/BindThis.story.svelte +++ b/examples/svelte3/src/BindThis.story.svelte @@ -3,7 +3,6 @@ let disabled = false; let button = undefined; - let checkbox = undefined; @@ -13,7 +12,6 @@
button={button} - checkbox={checkbox}
- -