Normalize supabase imports to alias

cgen-423a21ae749f45c4b3d7882f929d1fbf
This commit is contained in:
Builder.io 2025-09-30 23:22:15 +00:00
parent 8cda6c9075
commit e0c7394f74

View file

@ -1,4 +1,4 @@
import { supabase } from "./supabase";
import { supabase } from "@/lib/supabase";
export const aethexSocialService = {
async listRecommended(userId: string, limit = 10) {
try {