{"version":3,"file":"static/js/795.b83f60e9.chunk.js","mappings":"6SAaMA,GAAeC,EAAAA,EAAAA,IAAO,MAAPA,EAAc,kBAAgB,CACjDC,SAAU,IACVC,OAAQ,OACRC,UAAW,QACXC,QAAS,OACTC,eAAgB,SAChBC,cAAe,SACfC,QAPiC,EAAGC,MAOrBC,QAAQ,GAAI,OAKd,SAASC,IACtB,OACE,SAAC,IAAD,CAAMC,MAAM,qBAAZ,UACE,SAAC,IAAD,CAAWC,UAAWC,EAAAA,GAAtB,UACE,UAACd,EAAD,CAAce,GAAI,CAAEC,UAAW,SAAUC,WAAY,UAArD,WACE,SAAC,EAAAC,EAAA,IAAD,CAAOC,UAAUC,EAAAA,EAAAA,MAAYC,GAA7B,UACE,SAAC,IAAD,CAAYC,QAAQ,KAAKC,WAAS,EAAlC,uCAKF,SAAC,EAAAL,EAAA,IAAD,CAAOC,UAAUC,EAAAA,EAAAA,MAAYC,GAA7B,UACE,SAAC,IAAD,CAAYN,GAAI,CAAES,MAAO,kBAAzB,qJAMF,SAAC,EAAAN,EAAA,IAAD,CAAOC,UAAUC,EAAAA,EAAAA,MAAYC,GAA7B,UACE,SAAC,KAAD,CAA0BN,GAAI,CAAEU,OAAQ,IAAKC,GAAI,CAAEC,GAAI,EAAGC,GAAI,UAGhE,SAAC,IAAD,CAAQC,GAAG,IAAIC,KAAK,QAAQR,QAAQ,YAAYT,UAAWkB,EAAAA,GAA3D","sources":["pages/Page404.js"],"sourcesContent":["import { m } from 'framer-motion';\nimport { Link as RouterLink } from 'react-router-dom';\n// @mui\nimport { styled } from '@mui/material/styles';\nimport { Button, Typography, Container } from '@mui/material';\n// components\nimport Page from '../components/Page';\nimport { MotionContainer, varBounce } from '../components/animate';\n// assets\nimport { PageNotFoundIllustration } from '../assets';\n\n// ----------------------------------------------------------------------\n\nconst ContentStyle = 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 Sorry, page not found!\n \n \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\n your spelling.\n \n \n\n \n \n \n\n \n \n \n \n );\n}\n"],"names":["ContentStyle","styled","maxWidth","margin","minHeight","display","justifyContent","flexDirection","padding","theme","spacing","Page404","title","component","MotionContainer","sx","textAlign","alignItems","m","variants","varBounce","in","variant","paragraph","color","height","my","xs","sm","to","size","RouterLink"],"sourceRoot":""}