Remove mockAuth import
cgen-fb417147595f4906836921cd73e7b146
This commit is contained in:
parent
80594a0d68
commit
0209d2624f
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
import { supabase, isSupabaseConfigured } from "@/lib/supabase";
|
import { supabase, isSupabaseConfigured } from "@/lib/supabase";
|
||||||
import type { Database } from "./database.types";
|
import type { Database } from "./database.types";
|
||||||
import { mockAuth } from "./mock-auth";
|
|
||||||
|
|
||||||
// Use the existing database user profile type directly
|
// Use the existing database user profile type directly
|
||||||
import type { UserProfile } from "./database.types";
|
import type { UserProfile } from "./database.types";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue