1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00

This shouldn't have been removed

This commit is contained in:
Daniel Barber 2018-03-12 13:44:21 -04:00
parent ac90fe71eb
commit deaa41b3b1
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -13,6 +13,8 @@ import Channel from "./services/channel";
import chessBoardReducer from "./reducers/chess-board";
import { setGameId } from "./store/actions";
import ChessBoard from "./components/chess-board";
const store = createStore(chessBoardReducer);
class App extends React.Component {