{"version":3,"sources":["containers/NotFoundPage/NotFoundPage.js"],"names":["__webpack_require__","r","__webpack_exports__","react__WEBPACK_IMPORTED_MODULE_0__","react__WEBPACK_IMPORTED_MODULE_0___default","n","react_helmet__WEBPACK_IMPORTED_MODULE_1__","react_helmet__WEBPACK_IMPORTED_MODULE_1___default","NotFoundPage","_ref","location","a","createElement","name","content","defaultProps"],"mappings":"2FAAAA,EAAAC,EAAAC,GAAA,IAAAC,EAAAH,EAAA,GAAAI,EAAAJ,EAAAK,EAAAF,GAAAG,EAAAN,EAAA,KAAAO,EAAAP,EAAAK,EAAAC,GAIME,EAAe,SAAAC,KAAGC,SAAH,OACnBN,EAAAO,EAAAC,cAAA,WACER,EAAAO,EAAAC,cAACL,EAAAI,EAAD,KAGEP,EAAAO,EAAAC,cAAA,qCACAR,EAAAO,EAAAC,cAAA,QAAMC,KAAK,wBAAwBC,QAAQ,SAL/C,yBAeFN,EAAaO,aAAe,CAC1BL,SAAU,IAGGF","file":"static/js/notNound.e6a57644.chunk.js","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport Helmet from 'react-helmet';\n\nconst NotFoundPage = ({ location }) => (\n
\n \n {/* Note: title must contain '404' in order for react-snap to render the error page properly */}\n {/* https://github.com/stereobooster/react-snap/issues/91 */}\n Page not found (404)\n \n \n Page not found (404)\n
\n);\n\nNotFoundPage.propTypes = {\n location: PropTypes.object,\n};\n\nNotFoundPage.defaultProps = {\n location: {},\n};\n\nexport default NotFoundPage;\n"],"sourceRoot":""}