()
| 104 | _inherits(Answer, _React$Component3); |
| 105 | |
| 106 | function Answer() { |
| 107 | _classCallCheck(this, Answer); |
| 108 | |
| 109 | return _possibleConstructorReturn(this, (Answer.__proto__ || Object.getPrototypeOf(Answer)).apply(this, arguments)); |
| 110 | } |
| 111 | |
| 112 | _createClass(Answer, [{ |
| 113 | key: 'render', |
nothing calls this directly
no test coverage detected