mirror of
https://github.com/IoTManagerProject/IoTManagerWeb.git
synced 2026-03-30 11:59:21 +03:00
TEST
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
//router.mode.memory(); // enables in-memory navigation method
|
//router.mode.memory(); // enables in-memory navigation method
|
||||||
import Card from "./Card.svelte";
|
import Card from "./Card.svelte";
|
||||||
import Input from "./Input.svelte";
|
import Input from "./Input.svelte";
|
||||||
|
//
|
||||||
let text1 = "";
|
let text1 = "";
|
||||||
let text2 = "";
|
let text2 = "";
|
||||||
const handleChange1 = value => (text1 = value);
|
const handleChange1 = value => (text1 = value);
|
||||||
|
|||||||
Reference in New Issue
Block a user