Remove mockAuth import

cgen-fb417147595f4906836921cd73e7b146
This commit is contained in:
Builder.io 2025-10-04 21:41:12 +00:00
parent 80594a0d68
commit 0209d2624f

View file

@ -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";