| 1 | import getStatePreset from '../../../util/get-simple-state-preset'; |
| 2 | import { makeMapStateToProps } from '../../../../src/view/droppable/connected-droppable'; |
| 3 | import type { State, DraggingState } from '../../../../src/types'; |
| 4 | import type { |
nothing calls this directly
no test coverage detected