{"version":3,"sources":["assets/images/error-page-url.svg","components/Error/404/index.js"],"names":["NotFoundPage","historyLink","useHistory","className","src","NotFound","alt","onClick","push"],"mappings":"gLAAe,MAA0B,2C,iBC6B1BA,UAvBM,WACnB,IAAMC,EAAcC,cAMpB,OACE,sBAAKC,UAAU,kBAAf,UACE,8BACE,qBAAKA,UAAU,aAAaC,IAAKC,EAAUC,IAAI,qBAEjD,oBAAIH,UAAU,YAAd,iBACA,oBAAIA,UAAU,YAAd,kCACA,mBAAGA,UAAU,WAAb,+EAGA,wBAAQA,UAAU,gBAAgBI,QAdlB,WAClBN,EAAYO,KAAK,IAClB,EAYG,yBAKL,C","file":"static/js/7.9bc56227.chunk.js","sourcesContent":["export default __webpack_public_path__ + \"static/media/error-page-url.8801e4bb.svg\";","import React from \"react\";\nimport { useHistory } from \"react-router-dom\";\nimport NotFound from \"../../../assets/images/error-page-url.svg\";\n\nimport \"./index.scss\";\n\nconst NotFoundPage = () => {\n const historyLink = useHistory();\n\n const onClickHome = () => {\n historyLink.push(\"/\");\n };\n\n return (\n
\n
\n \"Not\n
\n

404

\n

It’s Empty Here

\n

\n Oops! Sorry, the page you’re looking for doesn’t exist.\n

\n \n
\n );\n};\nexport default NotFoundPage;\n"],"sourceRoot":""}