Houses Of The World
@@ -16,7 +16,7 @@
-
+
Choose on globe
diff --git a/src/routes/index.svelte b/src/routes/index.svelte
index 87b8286..cc08114 100644
--- a/src/routes/index.svelte
+++ b/src/routes/index.svelte
@@ -1,39 +1,43 @@
-
-
-
-
Houses Of
- {$site.description}
-
-
+
+
+
+
Houses Of
+ {$site.description}
+
+
-
-
-
Choose on globe
-
-
{$site.explore_globe}
-
[globe]
-
+
+
+
Choose on globe
+
+
{$site.explore_globe}
+
[globe]
+
-
Choose from list
-
-
-
+
Choose from list
+
+
+
+
+
+
diff --git a/src/routes/location/[country]/[location].svelte b/src/routes/location/[country]/[location].svelte
index 0d687f9..a5cc834 100644
--- a/src/routes/location/[country]/[location].svelte
+++ b/src/routes/location/[country]/[location].svelte
@@ -28,8 +28,8 @@
dayjs.extend(relativeTime)
// Components
- import Photo from '../../../components/Photo.svelte'
- import SwitcherSide from '../../../components/SwitcherSide.svelte'
+ import Photo from '../../../components/Photo'
+ import SwitcherSide from '../../../components/SwitcherSide'
// Update current location
currentLocation.set({
@@ -50,7 +50,7 @@
Houses Of - Beautiful houses of {locationFull}
-
+
diff --git a/src/store.js b/src/store.js
index 5bcf09d..2565c0f 100644
--- a/src/store.js
+++ b/src/store.js
@@ -1,5 +1,6 @@
-import { readable, writable } from 'svelte/store'
+import { writable } from 'svelte/store'
+// Define environment
export const dev = process.env.NODE_ENV === 'development'