Extend plan

This commit is contained in:
hamid zarghami
2025-11-13 12:26:35 +03:30
parent e31e1b8728
commit 0e63aaaab8
9 changed files with 264 additions and 19 deletions
@@ -56,3 +56,9 @@ export const useGetServiceBySlug = (slug: string) => {
queryFn: () => api.getServiceBySlug(slug),
});
};
export const useExtentSubscription = () => {
return useMutation({
mutationFn: api.extentSubscription,
});
};