feat: get friends requests from api

This commit is contained in:
Zamitto 2024-07-10 18:52:08 -03:00
parent 6ff48605da
commit b3f87d5662
8 changed files with 54 additions and 32 deletions

View file

@ -43,6 +43,7 @@ import "./auth/sign-out";
import "./auth/open-auth-window";
import "./auth/get-session-hash";
import "./user/get-user";
import "./profile/get-friend-requests";
import "./profile/get-me";
import "./profile/update-profile";