7 lines
191 B
Handlebars
Raw Normal View History

2017-08-22 15:53:22 +02:00
// import { take, call, put, select } from 'redux-saga/effects';
// Individual exports for testing
export default function* defaultSaga() {
// See example in containers/HomePage/saga.js
}