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:
parent
ac90fe71eb
commit
deaa41b3b1
@ -13,6 +13,8 @@ import Channel from "./services/channel";
|
|||||||
import chessBoardReducer from "./reducers/chess-board";
|
import chessBoardReducer from "./reducers/chess-board";
|
||||||
import { setGameId } from "./store/actions";
|
import { setGameId } from "./store/actions";
|
||||||
|
|
||||||
|
import ChessBoard from "./components/chess-board";
|
||||||
|
|
||||||
const store = createStore(chessBoardReducer);
|
const store = createStore(chessBoardReducer);
|
||||||
|
|
||||||
class App extends React.Component {
|
class App extends React.Component {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user