()
| 192 | _inherits(Inject, _React$Component); |
| 193 | |
| 194 | function Inject() { |
| 195 | _classCallCheck(this, Inject); |
| 196 | |
| 197 | return _possibleConstructorReturn(this, (Inject.__proto__ || Object.getPrototypeOf(Inject)).apply(this, arguments)); |
| 198 | } |
| 199 | |
| 200 | _createClass(Inject, [{ |
| 201 | key: 'render', |
nothing calls this directly
no test coverage detected