Skip to content

Instantly share code, notes, and snippets.

@productioncoder
Last active October 6, 2018 10:30
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 productioncoder/6fac99de1f9d8e85d13fb1603eb958c3 to your computer and use it in GitHub Desktop.
Save productioncoder/6fac99de1f9d8e85d13fb1603eb958c3 to your computer and use it in GitHub Desktop.
Youtube root saga
import {all} from 'redux-saga/effects';
export default function* (){
yield all([]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment