Skip to content

Instantly share code, notes, and snippets.

@cazala
Created July 25, 2018 15:06
Show Gist options
  • Select an option

  • Save cazala/710b8a266fc7a4b78b0d4930b46d5aef to your computer and use it in GitHub Desktop.

Select an option

Save cazala/710b8a266fc7a4b78b0d4930b46d5aef to your computer and use it in GitHub Desktop.
// 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