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