Import achievement service in AuthContext
cgen-3d8a1675addd4629a4db92e77e263e8b
This commit is contained in:
parent
892e15a6a6
commit
21e90fcbb5
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import { supabase, isSupabaseConfigured } from '@/lib/supabase';
|
||||||
import { UserProfile } from '@/lib/database.types';
|
import { UserProfile } from '@/lib/database.types';
|
||||||
import { aethexToast } from '@/lib/aethex-toast';
|
import { aethexToast } from '@/lib/aethex-toast';
|
||||||
import { DemoStorageService } from '@/lib/demo-storage';
|
import { DemoStorageService } from '@/lib/demo-storage';
|
||||||
import { aethexUserService, type AethexUserProfile } from '@/lib/aethex-database-adapter';
|
import { aethexUserService, aethexAchievementService, type AethexUserProfile } from '@/lib/aethex-database-adapter';
|
||||||
|
|
||||||
interface AuthContextType {
|
interface AuthContextType {
|
||||||
user: User | null;
|
user: User | null;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue