Remove duplicate import in aethex-social-service

cgen-0b1495f3edca468eb6988922ae3c0e7d
This commit is contained in:
Builder.io 2025-09-30 23:18:49 +00:00
parent 45d63e45ca
commit b30223b712

View file

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