()
| 228 | _inherits(App, _React$Component2); |
| 229 | |
| 230 | function App() { |
| 231 | _classCallCheck(this, App); |
| 232 | |
| 233 | return _possibleConstructorReturn(this, (App.__proto__ || Object.getPrototypeOf(App)).apply(this, arguments)); |
| 234 | } |
| 235 | |
| 236 | _createClass(App, [{ |
| 237 | key: 'render', |
nothing calls this directly
no test coverage detected