| Current Path : /home/users/unlimited/www/ondemand.codeskitter.site/build/static/js/ |
| Current File : /home/users/unlimited/www/ondemand.codeskitter.site/build/static/js/459.fb55de76.chunk.js.map |
{"version":3,"file":"static/js/459.fb55de76.chunk.js","mappings":"sOAIA,MA2BA,EA3BqBA,KAEnBC,SAASC,MAAQ,6BAEfC,EAAAA,EAAAA,KAACC,EAAAA,EAAM,CAAAC,UACLF,EAAAA,EAAAA,KAACG,EAAAA,EAAG,CACFC,UAAW,SACXC,QAAS,OACTC,eAAgB,SAChBC,WAAY,SACZC,SAAU,OACVC,UAAW,OACXC,MAAO,OACPC,GAAI,EACJC,GAAI,EAAEV,UAENF,EAAAA,EAAAA,KAACG,EAAAA,EAAG,CACFU,UAAW,MACXC,IAAKC,EACLC,IAAI,iBACJN,MAAO,CAAEO,GAAI,OAAQC,GAAI,c","sources":["Pages/PageNotFound.tsx"],"sourcesContent":["import Layout from \"../Components/layout/Layout\";\nimport { Box } from \"@mui/material\";\nimport notFound from \"../Images/notfound.png\"\n\nconst PageNotFound = () => {\n const company_name = process.env.REACT_APP_NAME\n document.title = `Page Not Found | ${company_name}`;\n return (\n <Layout>\n <Box\n textAlign={\"center\"}\n display={\"flex\"}\n justifyContent={\"center\"}\n alignItems={\"center\"}\n maxWidth={\"100%\"}\n maxHeight={\"100%\"}\n width={\"100%\"}\n mt={5}\n mb={5}\n >\n <Box\n component={\"img\"}\n src={notFound}\n alt=\"page not found\"\n width={{ xs: \"100%\", md: \"auto\" }}\n />\n </Box>\n </Layout>\n );\n};\n\nexport default PageNotFound;\n"],"names":["PageNotFound","document","title","_jsx","Layout","children","Box","textAlign","display","justifyContent","alignItems","maxWidth","maxHeight","width","mt","mb","component","src","notFound","alt","xs","md"],"sourceRoot":""}