From ca03a0c6f14ae3d274d4e2aa69d9811ebb74be21 Mon Sep 17 00:00:00 2001 From: Dmitry Borisenko Date: Sun, 12 Sep 2021 19:27:55 +0000 Subject: [PATCH] changes --- src/App.svelte | 1 + src/{components/Input.svelte => wInput.svelte} | 0 2 files changed, 1 insertion(+) rename src/{components/Input.svelte => wInput.svelte} (100%) diff --git a/src/App.svelte b/src/App.svelte index 017efd0..b21ae31 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -12,6 +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"; onMount(async () => { WSpush("mounted"); diff --git a/src/components/Input.svelte b/src/wInput.svelte similarity index 100% rename from src/components/Input.svelte rename to src/wInput.svelte