From e0c7394f748c4b53e3a0e6cdf7ae92c1ee5cfaab Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 30 Sep 2025 23:22:15 +0000 Subject: [PATCH] Normalize supabase imports to alias cgen-423a21ae749f45c4b3d7882f929d1fbf --- client/lib/aethex-social-service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/lib/aethex-social-service.ts b/client/lib/aethex-social-service.ts index 8c726a7a..f0294bbb 100644 --- a/client/lib/aethex-social-service.ts +++ b/client/lib/aethex-social-service.ts @@ -1,4 +1,4 @@ -import { supabase } from "./supabase"; +import { supabase } from "@/lib/supabase"; export const aethexSocialService = { async listRecommended(userId: string, limit = 10) { try {