lml-main
Version:
This is now a mono repository published into many standalone packages.
17 lines • 647 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var redux_1 = require("redux");
var data_1 = require("./data");
var auto_1 = require("./auto");
var tag_1 = require("./tag");
exports.ALLOCATION_API_REDUCER_KEY = 'allocations';
tslib_1.__exportStar(require("./data"), exports);
tslib_1.__exportStar(require("./auto"), exports);
tslib_1.__exportStar(require("./tag"), exports);
exports.allocationApiReducer = redux_1.combineReducers({
data: data_1.allocationDataReducer,
auto: auto_1.autoAllocationReducer,
tag: tag_1.allocationTagReducer,
});
//# sourceMappingURL=index.js.map