From 8d44f97779bef677fe16d0d9468508376c68df33 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 4 Oct 2025 21:13:21 +0000 Subject: [PATCH] Import achievement service cgen-de04b0985b2e4b53a1772ff218524fe1 --- client/contexts/AuthContext.tsx | 1 + 1 file changed, 1 insertion(+) 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";