mirror of
https://github.com/strapi/strapi.git
synced 2025-08-11 10:18:28 +00:00
10 lines
239 B
JavaScript
10 lines
239 B
JavaScript
![]() |
// import { LOCATION_CHANGE } from 'react-router-redux';
|
||
|
// import { call, fork, put, select, take, takeLatest } from 'redux-saga/effects';
|
||
|
// import request from 'utils/request';
|
||
|
|
||
|
function* defaultSaga() {
|
||
|
|
||
|
}
|
||
|
|
||
|
export default defaultSaga;
|