MetaPhase-Consulting/State-TalentMAP

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

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
import { markNotificationHasErrored, markNotificationIsLoading, markNotificationSuccess,
  markNotificationsHasErrored, markNotificationsIsLoading, markNotificationsSuccess,
  notifications, notificationsCount, notificationsCountHasErrored,
  notificationsCountIsLoading,
  notificationsHasErrored,
  notificationsIsLoading,
  notificationsPopover,
  notificationsPopoverHasErrored,
  notificationsPopoverIsLoading } from './notifications';

export default { notificationsHasErrored,
  notificationsIsLoading,
  notifications,
  notificationsPopoverHasErrored,
  notificationsPopoverIsLoading,
  notificationsPopover,
  notificationsCountHasErrored,
  notificationsCountIsLoading,
  notificationsCount,
  markNotificationHasErrored,
  markNotificationIsLoading,
  markNotificationSuccess,
  markNotificationsHasErrored,
  markNotificationsIsLoading,
  markNotificationsSuccess };