shierro/territory-manager

View on GitHub
app/containers/PersonDetailsPage/saga.js

Summary

Maintainability
A
0 mins
Test Coverage
// import { take, call, put, select } from 'redux-saga/effects';

// Individual exports for testing
export default function* defaultSaga() {
  // See example in containers/HomePage/saga.js
}