diff --git a/src/hooks/api/ownerships.ts b/src/hooks/api/ownerships.ts index a18b72086..bc58faa98 100644 --- a/src/hooks/api/ownerships.ts +++ b/src/hooks/api/ownerships.ts @@ -148,7 +148,7 @@ const useGetOwnershipCreatorQuery = ( export { useApproveOwnershipRequestMutation, useDeleteOwnershipRequestMutation, + useGetOwnershipCreatorQuery, useGetOwnershipRequestsQuery, useRejectOwnershipRequestMutation, - useGetOwnershipCreatorQuery, };