feat: profile redesign

This commit is contained in:
Chubby Granny Chaser
2024-09-13 01:02:01 +01:00
parent 8f0003298f
commit d9a7672113
24 changed files with 268 additions and 97 deletions

View File

@@ -81,7 +81,6 @@ const getUser = async (
totalFriends: friends.totalFriends,
};
} catch (err) {
console.log("err", err);
return null;
}
};