diff --git a/src/App.svelte b/src/App.svelte index 5aeb321..39b6445 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -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"); diff --git a/src/Input.svelte b/src/Input.svelte deleted file mode 100644 index 07404be..0000000 --- a/src/Input.svelte +++ /dev/null @@ -1,20 +0,0 @@ - - - - -