27 lines
334 B
JavaScript
27 lines
334 B
JavaScript
var _ref2 =
|
|
/*#__PURE__*/
|
|
<div>child</div>;
|
|
|
|
var _ref3 =
|
|
/*#__PURE__*/
|
|
<p>Parent</p>;
|
|
|
|
(function () {
|
|
class App extends React.Component {
|
|
render() {
|
|
return _ref;
|
|
}
|
|
|
|
}
|
|
|
|
const AppItem = () => {
|
|
return _ref2;
|
|
},
|
|
_ref =
|
|
/*#__PURE__*/
|
|
<div>
|
|
{_ref3}
|
|
<AppItem />
|
|
</div>;
|
|
});
|