just-paja/improtresk-web

View on GitHub
src/news/sagas/newsList.js

Summary

Maintainability
A
0 mins
Test Coverage
import createFetchSaga from '../../sagas/createFetchSaga'

import { newsListFetch } from '../actions'

export default createFetchSaga(newsListFetch)