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