{"version":3,"file":"static/chunks/pages/404-c9b76fd5cda4fcfd.js","mappings":"0MA2BAA,CAAAA,EAAA,QAlB+B,iBAC7B,GAAAC,EAAAC,IAAA,EAAAD,EAAAE,QAAA,EAAAC,SAAA,CACE,GAAAH,EAAAI,GAAA,EAACC,IAAD,CAAAF,SACE,GAAAH,EAAAI,GAAA,WAAAD,SAAA,SADF,GAGA,GAAAH,EAAAI,GAAA,EAACE,EAAAC,CAAD,EAAeC,KAAM,GAArB,GAJF,EAD6B,wBCR/B,CAAAC,OAAAC,QAAA,CAAAD,OAAAC,QAAA,MAAAC,IAAA,EACA,OACA,WACA,OAAeC,EAAQ,MACvB,EACA","sources":["webpack://_N_E/./src/pages/404.tsx","webpack://_N_E/?9cea","webpack://_N_E/"],"sourcesContent":["import * as React from 'react';\nimport { NextPage } from 'next';\nimport Head from 'next/head';\nimport { serverSideTranslations } from 'next-i18next/serverSideTranslations';\n\nimport ErrorFallback from 'src/modules/error/views/ErrorFallback';\n\nconst namespacesRequired = ['not-found', 'common', 'navbar'];\n\nconst NotFoundPage: NextPage = () => (\n <>\n \n Error\n \n \n \n);\n\nexport async function getStaticProps({ locale }) {\n return {\n props: {\n ...(await serverSideTranslations(locale, namespacesRequired)),\n },\n revalidate: 1000,\n };\n}\n\nexport default NotFoundPage;\n","\n (window.__NEXT_P = window.__NEXT_P || []).push([\n \"/404\",\n function () {\n return require(\"private-next-pages/404.tsx\");\n }\n ]);\n if(module.hot) {\n module.hot.dispose(function () {\n window.__NEXT_P.push([\"/404\"])\n });\n }\n "],"names":["__webpack_exports__","react_jsx_runtime__WEBPACK_IMPORTED_MODULE_3__","jsxs","Fragment","children","jsx","next_head__WEBPACK_IMPORTED_MODULE_1___default","src_modules_error_views_ErrorFallback__WEBPACK_IMPORTED_MODULE_2__","Z","code","window","__NEXT_P","push","__webpack_require__"],"sourceRoot":""}