From a4d0f26d015f6d8af347d21c6fe852072614d534 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 30 Sep 2025 23:22:18 +0000 Subject: [PATCH] Normalize supabase imports to alias cgen-9b8b9c5e485d4937b822c534bba5b8b8 --- client/lib/supabase-service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/lib/supabase-service.ts b/client/lib/supabase-service.ts index fb58a1dc..daf10b53 100644 --- a/client/lib/supabase-service.ts +++ b/client/lib/supabase-service.ts @@ -1,4 +1,4 @@ -import { supabase } from "./supabase"; +import { supabase } from "@/lib/supabase"; import type { Database, UserProfile,