From 2a2078a85fbf6662631bc0c7a3cbfd11ac8729e9 Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Sun, 28 Sep 2025 14:28:19 +0200 Subject: [PATCH] Removed Supabase --- pages/index.vue | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/pages/index.vue b/pages/index.vue index 8491f49..e231764 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -66,23 +66,8 @@ definePageMeta({ middleware: 'redirect-to-mobile-index' }) - -import DisplayPresentProfiles from "~/components/noAutoLoad/displayPresentProfiles.vue"; - - - -const dataStore = useDataStore() -const profileStore = useProfileStore() -const toast = useToast() -const router = useRouter() - const { isNotificationsSlideoverOpen } = useDashboard() - - - -const user = useSupabaseUser() - const setup = async () => { }