Add types to adapter import

cgen-34130b3f27534dbc9336fa6019e2baae
This commit is contained in:
Builder.io 2025-09-30 21:50:49 +00:00
parent e0dbdda027
commit 9ad172eefc

View file

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