mirror of
https://github.com/IoTManagerProject/IoTManagerWeb.git
synced 2026-03-27 07:22:28 +03:00
TEST
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user