UNPKG

@centreon/react-components

Version:
8 lines (5 loc) 129 B
import { all } from 'redux-saga/effects'; const rootSaga = function* rootSaga() { yield all([]); }; export default rootSaga;