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

8 lines
141 B
JavaScript
Raw Normal View History

2018-05-23 04:06:37 +02:00
import { rootSaga } from './rootSaga';
import { handleShowPageUri } from './show_uri';
export default {
rootSaga,
handleShowPageUri,
};