import {all} from 'redux-saga/effects'; import {saga} from './app'; export default function createRootSaga() { return saga; }