avatar profile

This commit is contained in:
hamid zarghami
2025-12-14 11:51:37 +03:30
parent 2ce6ec6245
commit 22433bac5e
5 changed files with 108 additions and 19 deletions
@@ -16,3 +16,9 @@ export const useUpdateProfile = () => {
mutationFn: api.updateProfile,
});
};
export const useSingleUpload = () => {
return useMutation({
mutationFn: api.singleUpload,
});
};