Remove unused import for achievement service

cgen-0208996e560749ff97f5735e1e8eab14
This commit is contained in:
Builder.io 2025-09-27 20:35:56 +00:00
parent 6d81390ea9
commit 7362145c0f

View file

@ -3,11 +3,7 @@ import { User, Session } from "@supabase/supabase-js";
import { supabase } from "@/lib/supabase";
import { UserProfile } from "@/lib/database.types";
import { aethexToast } from "@/lib/aethex-toast";
import {
aethexUserService,
aethexAchievementService,
type AethexUserProfile,
} from "@/lib/aethex-database-adapter";
import { aethexUserService, type AethexUserProfile } from "@/lib/aethex-database-adapter";
interface AuthContextType {
user: User | null;