diff --git a/client/pages/Onboarding.tsx b/client/pages/Onboarding.tsx index 2f135f07..0fd1f490 100644 --- a/client/pages/Onboarding.tsx +++ b/client/pages/Onboarding.tsx @@ -12,6 +12,8 @@ import { useAuth } from "@/contexts/AuthContext"; import { aethexUserService, aethexAchievementService, + type AethexUserProfile, + type AethexAchievement, } from "@/lib/aethex-database-adapter"; import { aethexToast } from "@/lib/aethex-toast";