mirror of
https://github.com/IoTManagerProject/IoTManagerWeb.git
synced 2026-03-26 23:12:34 +03:00
files reorganization
This commit is contained in:
@@ -10,9 +10,9 @@
|
||||
import { Route, router, active } from "tinro";
|
||||
router.mode.hash(); // enables hash navigation method
|
||||
//router.mode.memory(); // enables in-memory navigation method
|
||||
import Card from "./Card.svelte";
|
||||
import Card from "./widgets/Card.svelte";
|
||||
import Input from "./Input.svelte";
|
||||
import Myinput from "./Myinput.svelte";
|
||||
import Myinput from "./widgets/Input.svelte";
|
||||
|
||||
onMount(async () => {
|
||||
console.log("mounted");
|
||||
|
||||
Reference in New Issue
Block a user