Skip to content

Instantly share code, notes, and snippets.

@erichulburd
Created December 23, 2017 00:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erichulburd/f019e94f91676f7865ee51a81abaf5e8 to your computer and use it in GitHub Desktop.
Save erichulburd/f019e94f91676f7865ee51a81abaf5e8 to your computer and use it in GitHub Desktop.
import { combineEpics } from 'redux-observable';
//...
const applyForce = //...
const game = //...
export default combineEpics(
game,
applyForce
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment