{"version":3,"file":"static/chunks/pages/companies/purchase-30169d791da5e17b.js","mappings":"sFACA,CAAAA,OAAAC,QAAA,CAAAD,OAAAC,QAAA,MAAAC,IAAA,EACA,sBACA,WACA,OAAeC,EAAQ,MACvB,EACA,uHCIA,IAAMC,EAAsBC,EAAAA,CAAAA,CAAAA,OAAAA,CAAAA,QAAmC,CAMzDC,EAAgE,GAAc,IAAb,CAAEC,KAAAA,CAAAA,CAAM,CAAAC,EACvEC,EAAc,CAClBL,oBAAAA,EACA,GAAGG,CAAI,EAET,MAAO,GAAAG,EAAAC,GAAA,EAACC,EAAAA,CAAsBA,CAAAA,CAAE,GAAGH,CAAW,EAChD,UAEAI,CAAAA,EAAA,QAAeP","sources":["webpack://_N_E/?b5ee","webpack://_N_E/./src/pages/companies/purchase.tsx","webpack://_N_E/<anon>"],"sourcesContent":["\n (window.__NEXT_P = window.__NEXT_P || []).push([\n \"/companies/purchase\",\n function () {\n return require(\"private-next-pages/companies/purchase.tsx\");\n }\n ]);\n if(module.hot) {\n module.hot.dispose(function () {\n window.__NEXT_P.push([\"/companies/purchase\"])\n });\n }\n ","import type { GetStaticProps, NextPage } from 'next';\n\nimport CompaniesCountryCommon from '@components_iqfu/public/companies_country_common/CompaniesCountryCommon';\nimport {\n CompaniesCountryPageProps,\n getStaticPropsCompaniesCountryCommon,\n} from '@components_iqfu/public/companies_country_common/staticRenderFunctions';\n\nimport { CompaniesPagesData } from 'src/iqfu/data/companiesPagesData';\n\nconst pageRenderParameter = CompaniesPagesData.country.purchase;\n\nexport const getStaticProps: GetStaticProps = async () => {\n return getStaticPropsCompaniesCountryCommon(pageRenderParameter);\n};\n\nconst CompaniesPurchaseCountry: NextPage<CompaniesCountryPageProps> = ({ data }) => {\n const renderProps = {\n pageRenderParameter,\n ...data,\n };\n return <CompaniesCountryCommon {...renderProps} />;\n};\n\nexport default CompaniesPurchaseCountry;\n"],"names":["window","__NEXT_P","push","__webpack_require__","pageRenderParameter","CompaniesPagesData","CompaniesPurchaseCountry","data","param","renderProps","react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__","jsx","CompaniesCountryCommon","__webpack_exports__"],"sourceRoot":""}