{"version":3,"file":"static/js/5207.7de10d84.chunk.js","mappings":"wTAWMA,GAAgBC,EAAAA,EAAAA,IAAO,MAAPA,EAAc,SAAAC,GAAQ,MAAQ,CAClDC,SAAU,IACVC,OAAQ,OACRC,UAAW,QACXC,QAAS,OACTC,eAAgB,SAChBC,cAAe,SACfC,QAP0CP,EAALQ,MAOtBC,QAAQ,GAAI,GAC5B,IAIc,SAASC,IACtB,OACEC,EAAAA,EAAAA,KAAAC,EAAAA,SAAA,CAAAC,UACAC,EAAAA,EAAAA,MAACC,EAAAA,EAAa,CAAAF,SAAA,EACZF,EAAAA,EAAAA,KAACK,EAAAA,EAAW,KACZL,EAAAA,EAAAA,KAACM,EAAAA,GAAW,KACZN,EAAAA,EAAAA,KAACO,EAAAA,GAAM,CAAAL,UACLF,EAAAA,EAAAA,KAAA,SAAAE,SAAO,yCAGTF,EAAAA,EAAAA,KAACQ,EAAAA,EAAS,CAAAN,UACRC,EAAAA,EAAAA,MAAChB,EAAa,CAACsB,GAAI,CAAEC,UAAW,SAAUC,WAAY,UAAWT,SAAA,EAC/DF,EAAAA,EAAAA,KAACY,EAAAA,EAAU,CAACC,QAAQ,KAAKC,WAAS,EAAAZ,SAAC,4BAInCF,EAAAA,EAAAA,KAACY,EAAAA,EAAU,CAACH,GAAI,CAAEM,MAAO,kBAAmBb,SAAC,0IAK7CF,EAAAA,EAAAA,KAACgB,EAAAA,EAAG,CACFC,UAAU,MACVC,IAAI,6CACJT,GAAI,CAAEU,OAAQ,IAAKC,GAAI,OAAQC,GAAI,CAAEC,GAAI,EAAGC,GAAI,QAGlDvB,EAAAA,EAAAA,KAACwB,EAAAA,EAAM,CAACC,GAAG,IAAIC,KAAK,QAAQb,QAAQ,YAAYI,UAAWU,EAAAA,GAAWzB,SAAC,wBAQjF,C","sources":["pages/Page404.js"],"sourcesContent":["import { Helmet } from 'react-helmet-async';\nimport { Link as RouterLink } from 'react-router-dom';\n// @mui\nimport { styled } from '@mui/material/styles';\nimport { Button, Typography, Container, Box } from '@mui/material';\nimport ThemeProvider from 'src/theme';\nimport ScrollToTop from 'src/components/scroll-to-top/ScrollToTop';\nimport { StyledChart } from 'src/components/chart';\n\n// ----------------------------------------------------------------------\n\nconst StyledContent = styled('div')(({ theme }) => ({\n maxWidth: 480,\n margin: 'auto',\n minHeight: '100vh',\n display: 'flex',\n justifyContent: 'center',\n flexDirection: 'column',\n padding: theme.spacing(12, 0),\n}));\n\n// ----------------------------------------------------------------------\n\nexport default function Page404() {\n return (\n <>\n \n \n \n \n 404 Page Not Found | Minimal UI \n \n\n \n \n \n Sorry, page not found!\n \n\n \n Sorry, we couldn’t find the page you’re looking for. Perhaps you’ve mistyped the URL? Be sure to check your\n spelling.\n \n\n \n\n \n \n \n \n \n );\n}\n"],"names":["StyledContent","styled","_ref","maxWidth","margin","minHeight","display","justifyContent","flexDirection","padding","theme","spacing","Page404","_jsx","_Fragment","children","_jsxs","ThemeProvider","ScrollToTop","StyledChart","Helmet","Container","sx","textAlign","alignItems","Typography","variant","paragraph","color","Box","component","src","height","mx","my","xs","sm","Button","to","size","RouterLink"],"sourceRoot":""}