spee.ch/client/build/sagas/index.js

16 lines
315 B
JavaScript
Raw Normal View History

2018-05-23 04:06:37 +02:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _rootSaga = require("./rootSaga");
var _show_uri = require("./show_uri");
var _default = {
rootSaga: _rootSaga.rootSaga,
handleShowPageUri: _show_uri.handleShowPageUri
};
exports.default = _default;