| 24 | draggingColor: monitor.getItemType(), |
| 25 | })) |
| 26 | class TargetBox extends Component { |
| 27 | static propTypes = { |
| 28 | isOver: PropTypes.bool.isRequired, |
| 29 | canDrop: PropTypes.bool.isRequired, |
nothing calls this directly
no outgoing calls
no test coverage detected