UNPKG

@fitch-digital/fitch-create-app

Version:

Boilerplate templates for FITCH projects

7 lines (5 loc) 187 B
import { fork, all } from 'redux-saga/effects'; import { watchAppRequests } from 'app/store/application/sagas'; export default function * () { yield all([fork(watchAppRequests)]); }