Created
July 25, 2018 15:06
-
-
Save cazala/710b8a266fc7a4b78b0d4930b46d5aef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // scene/server/Store.ts | |
| const store = require('../../../src/store').default | |
| const { | |
| initSquares, | |
| squareClick | |
| } = require('../../../src/modules/squares/actions') | |
| store.dispatch(initSquares()) | |
| export { initSquares, squareClick } | |
| export default store |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment