MetaPhase-Consulting/State-TalentMAP

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

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
import {
  cableFetchData,
  cableFetchDataErrored,
  cableFetchDataLoading,
  noteCableFetchData,
  noteCableFetchDataErrored,
  noteCableFetchDataLoading,
  noteCableRefFetchData,
  noteCableRefFetchDataErrored,
  noteCableRefFetchDataLoading,
} from './assignmentNotifications';

export default {
  cableFetchData,
  cableFetchDataErrored,
  cableFetchDataLoading,
  noteCableFetchData,
  noteCableFetchDataErrored,
  noteCableFetchDataLoading,
  noteCableRefFetchData,
  noteCableRefFetchDataErrored,
  noteCableRefFetchDataLoading,
};