From c8df8e1578309ad67e0e14afffefcbccaa667cef Mon Sep 17 00:00:00 2001 From: estifanos Date: Wed, 5 Aug 2026 08:16:45 +0000 Subject: [PATCH] fix(LicenseQueuePage): remove unused ActionIcon and IconRefresh imports for cleaner code --- .../app/features/license-review/pages/LicenseQueuePage.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/apps/backoffice/src/app/features/license-review/pages/LicenseQueuePage.tsx b/apps/backoffice/src/app/features/license-review/pages/LicenseQueuePage.tsx index 7faf7b77a..67aa7b200 100644 --- a/apps/backoffice/src/app/features/license-review/pages/LicenseQueuePage.tsx +++ b/apps/backoffice/src/app/features/license-review/pages/LicenseQueuePage.tsx @@ -1,7 +1,6 @@ import { useCallback, useMemo, useState } from 'react'; import { useNavigate, useParams, useSearchParams } from 'react-router-dom'; import { - ActionIcon, Badge, Button, Card, @@ -26,7 +25,6 @@ import { useDebouncedValue } from '@mantine/hooks'; import { IconAlertCircle, IconDownload, - IconRefresh, IconSearch, IconSortAscending, IconSortDescending, @@ -422,11 +420,6 @@ export function LicenseQueuePage() { )} - - active.refetch()}> - - -