| 28 | canDrop: monitor.canDrop(), |
| 29 | })) |
| 30 | export default class Dustbin extends Component { |
| 31 | static propTypes = { |
| 32 | connectDropTarget: PropTypes.func.isRequired, |
| 33 | isOver: PropTypes.bool.isRequired, |
nothing calls this directly
no outgoing calls
no test coverage detected