index.js 46 B

1234
  1. export function *rootSaga() {
  2. yield 1;
  3. }