From 21e90fcbb5940280191d226c3808e331ef5d1870 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 6 Aug 2025 00:32:46 +0000 Subject: [PATCH] Import achievement service in AuthContext cgen-3d8a1675addd4629a4db92e77e263e8b --- client/contexts/AuthContext.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;