-
-
-
diff --git a/app/pages/index.vue b/app/pages/index.vue
index a6c78f1..c6b880f 100644
--- a/app/pages/index.vue
+++ b/app/pages/index.vue
@@ -6,8 +6,6 @@ const { data: page } = await useAsyncData(`/home/${locale.value}`, () => {
}, {
watch: [locale],
})
-
-const { myLocation, locations } = useVisitors()