diff --git a/client/lib/aethex-database-adapter.ts b/client/lib/aethex-database-adapter.ts index 8791f052..cc25e7db 100644 --- a/client/lib/aethex-database-adapter.ts +++ b/client/lib/aethex-database-adapter.ts @@ -2,7 +2,6 @@ import { supabase, isSupabaseConfigured } from "@/lib/supabase"; import type { Database } from "./database.types"; -import { aethexToast } from "./aethex-toast"; // Use the existing database user profile type directly import type { UserProfile } from "./database.types";