blob: fc475fd32fc0cc44fb2b5b613f48de4c4fc2e8b8 (
plain)
1
2
3
4
5
6
|
// import { take, call, put, select } from 'redux-saga/effects';
// Individual exports for testing
export default function* defaultSaga() {
// See example in containers/HomePage/saga.js
}
|