Normalize supabase imports to alias

cgen-7a7ea548b1664e8eb32d1950991019ee
This commit is contained in:
Builder.io 2025-09-30 23:22:34 +00:00
parent a4d0f26d01
commit af52706b2f

View file

@ -1,6 +1,6 @@
// Maps existing schema to our application needs
import { supabase, isSupabaseConfigured } from "./supabase";
import { supabase, isSupabaseConfigured } from "@/lib/supabase";
import type { Database } from "./database.types";
import { aethexToast } from "./aethex-toast";