files reorganization

This commit is contained in:
Dmitry Borisenko
2021-10-17 17:48:59 +08:00
parent 3344f90344
commit 1d99742349
4 changed files with 3 additions and 23 deletions

View File

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