import errSaga from './err-saga'; import titleSaga from './title-saga'; export default [errSaga, titleSaga];