mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user