{"version":3,"file":"aboutCatParts.chunk.a6039c53cf0ede03b669.js","mappings":"gPAGMA,GAAoBC,EAAAA,EAAAA,OAAK,kBAAM,+BAA6B,IASlE,EAPkB,WAChB,IAAMC,EAAsBC,SAASC,eAAeC,EAAAA,IACpD,OAAOH,GACHI,EAAAA,EAAAA,eAAaC,EAAAA,EAAAA,KAACP,EAAiB,IAAKE,GACpC,IACN,C","sources":["webpack://CATSAS/./javascript/react/app/components/footer/FooterFindPartsLinks/AboutCatParts/Container.js"],"sourcesContent":["import { createPortal } from 'react-dom';\nimport { ABOUT_CAT_PARTS } from '@app/constants/targets';\nimport { lazy } from 'react';\nconst AboutCatPartsPage = lazy(() => import('./AboutCatPartsPage'));\n\nconst Container = () => {\n const aboutCatPartsTarget = document.getElementById(ABOUT_CAT_PARTS);\n return aboutCatPartsTarget\n ? createPortal(, aboutCatPartsTarget)\n : null;\n};\n\nexport default Container;\n"],"names":["AboutCatPartsPage","lazy","aboutCatPartsTarget","document","getElementById","ABOUT_CAT_PARTS","createPortal","_jsx"],"sourceRoot":""}