lml-main
Version:
This is now a mono repository published into many standalone packages.
6 lines • 327 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var redux_observable_1 = require("redux-observable");
var get_location_by_id_1 = require("./get-location-by-id");
exports.locationApiEpics = redux_observable_1.combineEpics(get_location_by_id_1.getLocationByIdEpics);
//# sourceMappingURL=index.js.map