(props)
| 82 | var _super = _createSuper(MDXContent); |
| 83 | |
| 84 | function MDXContent(props) { |
| 85 | var _this; |
| 86 | |
| 87 | _classCallCheck(this, MDXContent); |
| 88 | |
| 89 | _this = _super.call(this, props); |
| 90 | _this.layout = null; |
| 91 | return _this; |
| 92 | } |
| 93 | |
| 94 | _createClass(MDXContent, [{ |
| 95 | key: "render", |
nothing calls this directly
no test coverage detected
searching dependent graphs…