diff --git a/src/App.svelte b/src/App.svelte index b21ae31..48dec5d 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -12,7 +12,7 @@ //router.mode.memory(); // enables in-memory navigation method import Card from "./Card.svelte"; import Input from "./Input.svelte"; - import wInput from "./wInput.svelte"; + import Myinput from "./Myinput.svelte"; onMount(async () => { WSpush("mounted"); @@ -113,7 +113,7 @@ {#each wigets as widget, i} {#if widget.widget === "input"} - + {/if} {/each} diff --git a/src/wInput.svelte b/src/Myinput.svelte similarity index 100% rename from src/wInput.svelte rename to src/Myinput.svelte