Remove unused import for achievement service
cgen-0208996e560749ff97f5735e1e8eab14
This commit is contained in:
parent
6d81390ea9
commit
7362145c0f
1 changed files with 1 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue