import React from 'react'; import ReactDOM from 'react-dom'; import Board from './board'; import './index.css'; class Game extends React.Component { constructor(props){ super(props); this.state = { showPopup: false }; } render() { return (