diff --git a/src/components/molecules/Switcher.svelte b/src/components/molecules/Switcher.svelte
new file mode 100644
index 0000000..8c3dad1
--- /dev/null
+++ b/src/components/molecules/Switcher.svelte
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/routes/__layout.svelte b/src/routes/__layout.svelte
index ca269bd..965445d 100644
--- a/src/routes/__layout.svelte
+++ b/src/routes/__layout.svelte
@@ -3,6 +3,7 @@
import { setContext } from 'svelte'
import '$utils/polyfills'
// Components
+ import Switcher from '$components/molecules/Switcher.svelte'
import Footer from '$components/organisms/Footer.svelte'
export let data: any
@@ -15,6 +16,8 @@
})
+
+
diff --git a/src/routes/index.svelte b/src/routes/index.svelte
index f24e718..0e58c95 100644
--- a/src/routes/index.svelte
+++ b/src/routes/index.svelte
@@ -48,11 +48,12 @@
from {count.locations} cities
of {count.countries} countries
+