This commit is contained in:
Dmitry Borisenko
2021-08-15 16:50:03 +00:00
parent 10d38d4b9f
commit 90b94f7423

View File

@@ -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);