From c5a33d9e86fe22bd2111fcc5cce2f907eb3bba8f Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 10 Nov 2025 23:56:33 +0000 Subject: [PATCH] completionId: cgen-4b2a8d47c8ca4594a34995c9f4b3d88f cgen-4b2a8d47c8ca4594a34995c9f4b3d88f --- client/pages/Onboarding.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/pages/Onboarding.tsx b/client/pages/Onboarding.tsx index 62fe1e22..c8e9e6ac 100644 --- a/client/pages/Onboarding.tsx +++ b/client/pages/Onboarding.tsx @@ -14,6 +14,7 @@ import { useAuth } from "@/contexts/AuthContext"; import { aethexUserService, aethexAchievementService, + aethexNotificationService, type AethexUserProfile, type AethexAchievement, } from "@/lib/aethex-database-adapter";