This commit is contained in:
Dmitry Borisenko
2021-10-27 05:35:07 +07:00
parent 93e36b9a68
commit 9e38b84748
3 changed files with 40 additions and 34 deletions

View File

@@ -6,10 +6,12 @@
<script>
import { onMount } from "svelte";
//роутер ==========================================
import { Route, router, active } from "tinro";
router.mode.hash(); // enables hash navigation method
//router.mode.memory(); // enables in-memory navigation method
//import Chart from "svelte-frappe-charts";
//import components
import Card from "./widgets/Card.svelte";
import Input from "./widgets/Input.svelte";
import Toggle from "./widgets/Toggle.svelte";