{"version":3,"sources":["view/404.js"],"names":["pageError","props","state","className","fluid","style","backgroundColor","fontSize","to","React","Component"],"mappings":"mNAaMA,E,kDACF,WAAYC,GAAQ,IAAD,8BACf,cAAMA,IACDC,MAAQ,GAFE,E,kGAaf,OACI,qBAAKC,UAAU,WAAf,SACI,cAAC,IAAD,CAAWC,OAAK,EAACD,UAAU,YAA3B,SACI,cAAC,IAAD,CAAKA,UAAU,QAAf,SACI,cAAC,IAAD,CAAKA,UAAU,4DAAf,SACI,sBAAKA,UAAU,6BAA6BE,MAAO,CAAEC,gBAAiB,mBAAtE,UACI,oBAAIH,UAAU,mBAAmBE,MAAO,CAAEE,SAAU,OAApD,oDACA,cAAC,IAAD,CAAMC,GAAG,IAAIL,UAAU,4BAAvB,iC,GArBRM,IAAMC,WAkCfV","file":"static/js/pageError.3f4c63e1.chunk.js","sourcesContent":["/* eslint-disable eqeqeq */\r\n/* eslint-disable jsx-a11y/anchor-is-valid */\r\n/* eslint-disable array-callback-return */\r\n/* eslint-disable no-unused-vars */\r\n/* eslint-disable no-redeclare */\r\n/* eslint-disable react/no-direct-mutation-state */\r\n/* eslint-disable no-use-before-define */\r\n\r\nimport 'bootstrap/dist/css/bootstrap.min.css';\r\nimport React from 'react';\r\nimport { Col, Container, Row } from 'react-bootstrap';\r\nimport { Link } from 'react-router-dom';\r\n\r\nclass pageError extends React.Component {\r\n constructor(props) {\r\n super(props);\r\n this.state = {\r\n\r\n };\r\n\r\n }\r\n\r\n componentDidMount() {\r\n\r\n }\r\n\r\n render() {\r\n return (\r\n <div className=\"bg-light\">\r\n <Container fluid className=\"section-1\">\r\n <Row className=\"h-100\">\r\n <Col className=\"p-3 d-flex justify-content-center mr-5 align-items-center\">\r\n <div className=\"text-center text-light p-5\" style={{ backgroundColor: 'rgba(0,0,0,0.5)' }}>\r\n <h3 className=\"m-0 mb-3 fw-bold\" style={{ fontSize: '3em' }}>The page you requested cannot be found</h3>\r\n <Link to=\"/\" className=\"btn theme-bg-color btn-lg\">Home</Link>\r\n </div>\r\n </Col>\r\n </Row>\r\n </Container>\r\n\r\n </div>\r\n\r\n );\r\n }\r\n}\r\n\r\n\r\nexport default pageError;\r\n"],"sourceRoot":""}