| 19 | |
| 20 | @DragSource(ItemTypes.KNIGHT, knightSource, collect) |
| 21 | export default class Knight extends Component { |
| 22 | static propTypes = { |
| 23 | connectDragSource: PropTypes.func.isRequired, |
| 24 | connectDragPreview: PropTypes.func.isRequired, |
nothing calls this directly
no outgoing calls
no test coverage detected