{"version":3,"file":"static/chunks/pages/categories-37ac5167d103c176.js","mappings":"qMA+BA,UAxBuB,SAACA,GACpB,OACI,gBAAC,KAAD,UACQA,EADR,CAEIC,SAAUC,EAAAA,GACVC,QAASC,EAAAA,GACTC,gBAAiB,kBAAM,MACvBC,QAAS,O,uBCbhBC,OAAOC,SAAWD,OAAOC,UAAY,IAAIC,KAAK,CAC7C,cACA,WACE,OAAO,EAAQ,Y","sources":["webpack://_N_E/./src/pages/categories/index.js","webpack://_N_E/?b3fa"],"sourcesContent":["import React from \"react\";\n\nimport { CATEGORIES, CATEGORY } from \"common/constants/pathRoutes\";\n\nimport Categories from \"modules/Categories\";\nimport { prefetchCategories } from \"modules/Categories/actions\";\n\nconst CategoriesPage = (props) => {\n return (\n null}\n columns={3}\n />\n );\n};\n\nexport const getServerSideProps = async ({ res }) => {\n res.setHeader(\"Cache-Control\", \"public, s-maxage=86400, stale-while-revalidate=59\");\n\n const prefetchedData = await prefetchCategories();\n\n if (prefetchedData.notFound) {\n return { notFound: true };\n }\n\n return prefetchedData;\n};\n\nexport default CategoriesPage;\n","\n (window.__NEXT_P = window.__NEXT_P || []).push([\n \"/categories\",\n function () {\n return require(\"private-next-pages/categories/index.js\");\n }\n ]);\n if(module.hot) {\n module.hot.dispose(function () {\n window.__NEXT_P.push([\"/categories\"])\n });\n }\n "],"names":["props","basePath","CATEGORIES","linkUrl","CATEGORY","renderTopFilter","columns","window","__NEXT_P","push"],"sourceRoot":""}