| 76 | isDragging: monitor.isDragging(), |
| 77 | })) |
| 78 | export default class Card extends Component { |
| 79 | static propTypes = { |
| 80 | connectDragSource: PropTypes.func.isRequired, |
| 81 | connectDropTarget: PropTypes.func.isRequired, |
nothing calls this directly
no outgoing calls
no test coverage detected