From 87d5322f60f6f3293ca5442a1c07f5983833b2ba Mon Sep 17 00:00:00 2001 From: rubuy-74 Date: Thu, 8 Aug 2024 21:26:45 +0100 Subject: [PATCH] Comply with requested changes --- .../{LabelInput.svelte => label-input.svelte} | 0 .../(app)/_components/layout/Sidebar.svelte | 50 ------------------- src/routes/(app)/contacts/+page.svelte | 6 +-- .../contacts/{Graph.svelte => graph.svelte} | 0 4 files changed, 3 insertions(+), 53 deletions(-) rename src/lib/components/icons/{LabelInput.svelte => label-input.svelte} (100%) delete mode 100644 src/routes/(app)/_components/layout/Sidebar.svelte rename src/routes/(app)/contacts/{Graph.svelte => graph.svelte} (100%) diff --git a/src/lib/components/icons/LabelInput.svelte b/src/lib/components/icons/label-input.svelte similarity index 100% rename from src/lib/components/icons/LabelInput.svelte rename to src/lib/components/icons/label-input.svelte diff --git a/src/routes/(app)/_components/layout/Sidebar.svelte b/src/routes/(app)/_components/layout/Sidebar.svelte deleted file mode 100644 index 5383735..0000000 --- a/src/routes/(app)/_components/layout/Sidebar.svelte +++ /dev/null @@ -1,50 +0,0 @@ - - -{#if sidebarClosed} - -{:else} - -{/if} diff --git a/src/routes/(app)/contacts/+page.svelte b/src/routes/(app)/contacts/+page.svelte index 91d3063..c69e6df 100644 --- a/src/routes/(app)/contacts/+page.svelte +++ b/src/routes/(app)/contacts/+page.svelte @@ -1,7 +1,7 @@ @@ -10,7 +10,7 @@

< Contacta-nos />

-
+ diff --git a/src/routes/(app)/contacts/Graph.svelte b/src/routes/(app)/contacts/graph.svelte similarity index 100% rename from src/routes/(app)/contacts/Graph.svelte rename to src/routes/(app)/contacts/graph.svelte