diff --git a/client/contexts/AuthContext.tsx b/client/contexts/AuthContext.tsx index 7f5b9f5a..638cdd74 100644 --- a/client/contexts/AuthContext.tsx +++ b/client/contexts/AuthContext.tsx @@ -4,7 +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'; +import { aethexUserService, aethexAchievementService, type AethexUserProfile } from '@/lib/aethex-database-adapter'; interface AuthContextType { user: User | null;