pl-fe: remove unused export
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -190,7 +190,6 @@ const useAdminUnsensitiveAccountMutation = (accountId: string) => {
|
||||
export {
|
||||
useAdminAccount,
|
||||
useAdminAccounts,
|
||||
pendingUsersQuery,
|
||||
usePendingUsersCount,
|
||||
useAdminApproveAccountMutation,
|
||||
useAdminRejectAccountMutation,
|
||||
|
||||
@ -132,4 +132,4 @@ const useReopenReport = (reportId: string) => {
|
||||
});
|
||||
};
|
||||
|
||||
export { useReports, useReport, pendingReportsQuery, usePendingReportsCount, useUpdateReport, useSelfAssignReport, useUnassignReport, useResolveReport, useReopenReport };
|
||||
export { useReports, useReport, usePendingReportsCount, useUpdateReport, useSelfAssignReport, useUnassignReport, useResolveReport, useReopenReport };
|
||||
|
||||
Reference in New Issue
Block a user