Import achievement service in AuthContext

cgen-3d8a1675addd4629a4db92e77e263e8b
This commit is contained in:
Builder.io 2025-08-06 00:32:46 +00:00
parent 892e15a6a6
commit 21e90fcbb5

View file

@ -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;