UNPKG

lube-cra-seed

Version:

This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).

8 lines (6 loc) 130 B
import loginSagas from 'modules/authentication/sagas.js' export default function *rootSaga () { yield [ loginSagas() ] }