MetaPhase-Consulting/State-TalentMAP

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

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
import { patchSyncHasErrored, patchSyncIsLoading, putAllSyncsHasErrored, putAllSyncsIsLoading,
  putAllSyncsSuccess, syncs, syncsHasErrored, syncsIsLoading } from './synchronizations';

export default {
  syncs,
  syncsHasErrored,
  syncsIsLoading,
  putAllSyncsSuccess,
  putAllSyncsHasErrored,
  putAllSyncsIsLoading,
  patchSyncIsLoading,
  patchSyncHasErrored,
};