| 6 | * Unlike the tutorial, export a component so it can be used on the website. |
| 7 | */ |
| 8 | export default class ChessboardTutorialApp extends Component { |
| 9 | constructor(props) { |
| 10 | super(props); |
| 11 | this.unobserve = observe(this.handleChange.bind(this)); |
nothing calls this directly
no outgoing calls
no test coverage detected