From 9ad172eefcde6de76b8522f1c3358c400d81adec Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 30 Sep 2025 21:50:49 +0000 Subject: [PATCH] Add types to adapter import cgen-34130b3f27534dbc9336fa6019e2baae --- client/pages/Onboarding.tsx | 2 ++ 1 file changed, 2 insertions(+) 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";