MetaPhase-Consulting/State-TalentMAP

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

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
import { shortListLock,
  shortListLockHasErrored,
  shortListLockIsLoading,
  shortListLockUpdateHasErrored,
  shortListLockUpdateIsLoading } from './shortListLock';

export default {
  shortListLock,
  shortListLockIsLoading,
  shortListLockHasErrored,
  shortListLockUpdateIsLoading,
  shortListLockUpdateHasErrored,
};