From a8df41593133133bafd0f14a4c78d70553a5b83c Mon Sep 17 00:00:00 2001 From: c0mrade Date: Wed, 27 May 2026 09:34:07 +0300 Subject: [PATCH] fix(bulk-actions): drop unused ChevronDownIcon import MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After MultiSelectDropdown extraction the parent no longer references ChevronDownIcon directly — the icon now lives only inside the moved sub-component. Trailing import cleanup from the previous commit. --- src/pages/AdminBulkActions.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/pages/AdminBulkActions.tsx b/src/pages/AdminBulkActions.tsx index f581219..8e40275 100644 --- a/src/pages/AdminBulkActions.tsx +++ b/src/pages/AdminBulkActions.tsx @@ -24,11 +24,7 @@ import { usePlatform } from '../platform/hooks/usePlatform'; import { useCurrency } from '../hooks/useCurrency'; import { cn } from '@/lib/utils'; import { ActionModal, type ModalState } from '@/components/admin/bulkActions/ActionModal'; -import { - DropdownSelect, - ChevronDownIcon, - type DropdownOption, -} from '@/components/admin/bulkActions/DropdownSelect'; +import { DropdownSelect, type DropdownOption } from '@/components/admin/bulkActions/DropdownSelect'; import { FloatingActionBar } from '@/components/admin/bulkActions/FloatingActionBar'; import { isSubscriptionLevelAction } from '@/components/admin/bulkActions/actionTargets'; import {