| 1 | import React, { Component } from 'react' |
| 2 | import isPlainObject from '../utils/isPlainObject' |
| 3 | import shallowEqual from '../utils/shallowEqual' |
| 4 | import handleResponse from '../utils/handleResponse' |
nothing calls this directly
no test coverage detected