diff --git a/client/contexts/AuthContext.tsx b/client/contexts/AuthContext.tsx index 3c70ae7e..9e6d55f2 100644 --- a/client/contexts/AuthContext.tsx +++ b/client/contexts/AuthContext.tsx @@ -4,6 +4,7 @@ import { supabase, isSupabaseConfigured } from '@/lib/supabase'; import { UserProfile } from '@/lib/database.types'; import { aethexToast } from '@/lib/aethex-toast'; import { DemoStorageService } from '@/lib/demo-storage'; +import { aethexUserService, type AethexUserProfile } from '@/lib/aethex-database-adapter'; interface AuthContextType { user: User | null;