Remove mockAuth import

cgen-44f721c8c680458aa63ebb59fd94f8bf
This commit is contained in:
Builder.io 2025-09-30 22:51:36 +00:00
parent 885693d2e6
commit 78254e1e40

View file

@ -3,7 +3,6 @@
import { supabase, isSupabaseConfigured } from "./supabase";
import type { Database } from "./database.types";
import { aethexToast } from "./aethex-toast";
import { mockAuth } from "./mock-auth";
// Use the existing database user profile type directly
import type { UserProfile } from "./database.types";