mirror of
https://github.com/strapi/strapi.git
synced 2025-07-23 09:00:19 +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
|
|
}
|