avatar profile
This commit is contained in:
@@ -16,3 +16,9 @@ export const useUpdateProfile = () => {
|
||||
mutationFn: api.updateProfile,
|
||||
});
|
||||
};
|
||||
|
||||
export const useSingleUpload = () => {
|
||||
return useMutation({
|
||||
mutationFn: api.singleUpload,
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user