Add types to adapter import
cgen-34130b3f27534dbc9336fa6019e2baae
This commit is contained in:
parent
e0dbdda027
commit
9ad172eefc
1 changed files with 2 additions and 0 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue