()
| 127 | _inherits(App, _React$Component4); |
| 128 | |
| 129 | function App() { |
| 130 | _classCallCheck(this, App); |
| 131 | |
| 132 | return _possibleConstructorReturn(this, (App.__proto__ || Object.getPrototypeOf(App)).apply(this, arguments)); |
| 133 | } |
| 134 | |
| 135 | _createClass(App, [{ |
| 136 | key: 'logoClicked', |
nothing calls this directly
no test coverage detected