Normalize supabase imports to alias

cgen-9b8b9c5e485d4937b822c534bba5b8b8
This commit is contained in:
Builder.io 2025-09-30 23:22:18 +00:00
parent e0c7394f74
commit a4d0f26d01

View file

@ -1,4 +1,4 @@
import { supabase } from "./supabase";
import { supabase } from "@/lib/supabase";
import type {
Database,
UserProfile,