From 0209d2624ff3a5d08420c9e870c4e7e0b63c5f0a Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 4 Oct 2025 21:41:12 +0000 Subject: [PATCH] Remove mockAuth import cgen-fb417147595f4906836921cd73e7b146 --- client/lib/aethex-database-adapter.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/client/lib/aethex-database-adapter.ts b/client/lib/aethex-database-adapter.ts index d3cd5bbc..5a3e766e 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 { mockAuth } from "./mock-auth"; // Use the existing database user profile type directly import type { UserProfile } from "./database.types";