just-paja/improtresk-web

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

Summary

Maintainability
A
0 mins
Test Coverage
import fetchYearArchive from './fetchYearArchive'
import fetchYearCapacity from './fetchYearCapacity'
import fetchYearListDefault from './fetchYearList'
import fetchYearRules from './fetchYearRules'

export * from './fetchYearList'

export default [
  ...fetchYearArchive,
  ...fetchYearCapacity,
  ...fetchYearListDefault,
  ...fetchYearRules
]