From 90b94f74234598671087ebbbcefc0117ac147a0e Mon Sep 17 00:00:00 2001 From: Dmitry Borisenko Date: Sun, 15 Aug 2021 16:50:03 +0000 Subject: [PATCH] TEST --- src/App.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.svelte b/src/App.svelte index 3a6fb66..f64ef10 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -5,6 +5,7 @@ //router.mode.memory(); // enables in-memory navigation method import Card from "./Card.svelte"; import Input from "./Input.svelte"; + // let text1 = ""; let text2 = ""; const handleChange1 = value => (text1 = value);