fix(bulk-actions): drop unused ChevronDownIcon import

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.
This commit is contained in:
c0mrade
2026-05-27 09:34:07 +03:00
parent 8d25e5201a
commit a8df415931

View File

@@ -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 {