WIP
This commit is contained in:
@@ -21,6 +21,7 @@ const initialBoardConfig: BoardConfig = {
|
||||
showCoords: true,
|
||||
showShadows: false,
|
||||
sounds: true,
|
||||
speech: false,
|
||||
flipped: false,
|
||||
};
|
||||
|
||||
@@ -73,8 +74,6 @@ const initialState: State = {
|
||||
refreshHash: true,
|
||||
};
|
||||
|
||||
console.log(initialState);
|
||||
|
||||
const [state, setState] = createStore(initialState);
|
||||
|
||||
export { state, setState };
|
||||
|
||||
Reference in New Issue
Block a user