mirror of
https://github.com/strapi/strapi.git
synced 2025-08-25 17:19:46 +00:00
10 lines
259 B
JavaScript
10 lines
259 B
JavaScript
![]() |
// import { LOCATION_CHANGE } from 'react-router-redux';
|
||
|
// import { takeLatest, put, fork, take, cancel } from 'redux-saga/effects';
|
||
|
|
||
|
// Individual exports for testing
|
||
|
export function* defaultSaga() {
|
||
|
}
|
||
|
|
||
|
// All sagas to be loaded
|
||
|
export default defaultSaga;
|