import React from "react"; const HOC = component => component; const Parent = ({}) => _ref; export default Parent; var _ref2 = /*#__PURE__*/
ChildTextContent
; let Child = () => _ref2; Child = HOC(Child); var _ref = /*#__PURE__*/
;