spee.ch/client/src/sagas/index.js
2018-07-31 16:43:08 -07:00

7 lines
141 B
JavaScript

import { rootSaga } from './rootSaga';
import { handleShowPageUri } from './show_uri';
export default {
rootSaga,
handleShowPageUri,
};