()
| 76 | _inherits(SomethingElse, _React$Component2); |
| 77 | |
| 78 | function SomethingElse() { |
| 79 | _classCallCheck(this, SomethingElse); |
| 80 | |
| 81 | return _possibleConstructorReturn(this, (SomethingElse.__proto__ || Object.getPrototypeOf(SomethingElse)).apply(this, arguments)); |
| 82 | } |
| 83 | |
| 84 | _createClass(SomethingElse, [{ |
| 85 | key: 'render', |
nothing calls this directly
no test coverage detected