just-paja/improtresk-web

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

Summary

Maintainability
A
0 mins
Test Coverage
import newsDetail from './newsDetail'
import newsList from './newsList'

export default [
  ...newsDetail,
  ...newsList
]