mirror of
https://github.com/strapi/strapi.git
synced 2025-07-19 07:02:26 +00:00
7 lines
191 B
Handlebars
7 lines
191 B
Handlebars
![]() |
// import { take, call, put, select } from 'redux-saga/effects';
|
||
|
|
||
|
// Individual exports for testing
|
||
|
export default function* defaultSaga() {
|
||
|
// See example in containers/HomePage/saga.js
|
||
|
}
|