lml-main
Version:
This is now a mono repository published into many standalone packages.
30 lines • 1.22 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var redux_1 = require("redux");
var audit_1 = require("./audit");
var data_1 = require("./data");
var delay_1 = require("./delay");
var incidents_1 = require("./incidents");
var pagination_1 = require("./pagination");
var smart_matches_1 = require("./smart-matches");
var status_1 = require("./status");
var flow_1 = require("./flow");
exports.JOB_API_REDUCER_KEY = 'jobs';
tslib_1.__exportStar(require("./audit"), exports);
tslib_1.__exportStar(require("./data"), exports);
tslib_1.__exportStar(require("./pagination"), exports);
tslib_1.__exportStar(require("./smart-matches"), exports);
tslib_1.__exportStar(require("./status"), exports);
tslib_1.__exportStar(require("./flow"), exports);
exports.jobApiReducer = redux_1.combineReducers({
audit: audit_1.jobAuditReducer,
data: data_1.jobDataReducer,
delay: delay_1.jobDelayReducer,
incidents: incidents_1.jobIncidentReducer,
pagination: pagination_1.jobPaginationReducer,
smartMatches: smart_matches_1.jobSmartMatchesReducer,
status: status_1.jobStatusReducer,
flow: flow_1.jobFlowReducer,
});
//# sourceMappingURL=index.js.map