| 8 | |
| 9 | @DragDropContext(HTML5Backend) |
| 10 | export default class Board extends Component { |
| 11 | static propTypes = { |
| 12 | knightPosition: PropTypes.arrayOf( |
| 13 | PropTypes.number.isRequired, |
nothing calls this directly
no outgoing calls
no test coverage detected