Normalize supabase imports to alias
cgen-423a21ae749f45c4b3d7882f929d1fbf
This commit is contained in:
parent
8cda6c9075
commit
e0c7394f74
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
import { supabase } from "./supabase";
|
import { supabase } from "@/lib/supabase";
|
||||||
export const aethexSocialService = {
|
export const aethexSocialService = {
|
||||||
async listRecommended(userId: string, limit = 10) {
|
async listRecommended(userId: string, limit = 10) {
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue