diff --git a/client/contexts/AuthContext.tsx b/client/contexts/AuthContext.tsx index f249c6f0..581a2dfa 100644 --- a/client/contexts/AuthContext.tsx +++ b/client/contexts/AuthContext.tsx @@ -14,6 +14,7 @@ import { aethexToast } from "@/lib/aethex-toast"; import { aethexUserService, aethexRoleService, + aethexAchievementService, type AethexUserProfile, checkProfileComplete, } from "@/lib/aethex-database-adapter";