MetaPhase-Consulting/State-TalentMAP

View on GitHub
src/reducers/positions/index.js

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
import { frequentPositionsHasErrored, frequentPositionsIsLoading, positions, positionsHasErrored, positionsIsLoading } from './positions';

export default {
  positions,
  positionsHasErrored,
  positionsIsLoading,
  frequentPositionsIsLoading,
  frequentPositionsHasErrored,
};