(props)
| 97 | _inherits(Navigation, _React$Component); |
| 98 | |
| 99 | function Navigation(props) { |
| 100 | _classCallCheck(this, Navigation); |
| 101 | |
| 102 | var _this = _possibleConstructorReturn(this, (Navigation.__proto__ || Object.getPrototypeOf(Navigation)).call(this, props)); |
| 103 | |
| 104 | _this.links = ['About', 'Products', 'Contacts']; |
| 105 | return _this; |
| 106 | } |
| 107 | |
| 108 | _createClass(Navigation, [{ |
| 109 | key: 'render', |
nothing calls this directly
no test coverage detected