{"version":3,"sources":["webpack:///./src/app/pages/NotFound.js"],"names":["NotFound","staticContext","this","props","is404","div","w","maxWidth","mx","my","borderWidth","borderStyle","borderColor","h1","text","pb","Component"],"mappings":"uOAGMA,EAAQ,kHAiBX,OAjBW,sDACZ,WACE,IAAQC,EAAkBC,KAAKC,MAAvBF,cACJA,IACFA,EAAcG,OAAQ,KAEzB,oBAED,WACgBF,KAAKC,MACnB,OACE,oBACE,EAAC,IAAEE,IAAG,CAACC,EAAE,OAAOC,SAAU,KAAMC,GAAG,OAAOC,GAAI,GAAIC,YAAY,YAAYC,YAAY,QAAQC,YAAY,WACxG,EAAC,IAAEC,GAAE,CAACC,KAAK,KAAKC,GAAI,IAAG,4BAI9B,EAjBW,CAASC,aAoBRhB","file":"static/js/NotFound.c5caa6f2.chunk.js","sourcesContent":["import React, { Component } from 'react'\nimport { x } from '@xstyled/styled-components'\n\nclass NotFound extends Component {\n UNSAFE_componentWillMount () {\n const { staticContext } = this.props\n if (staticContext) {\n staticContext.is404 = true\n }\n }\n\n render () {\n const props = this.props\n return (\n <>\n \n 404 Page not found\n \n \n )\n }\n}\n\nexport default NotFound\n"],"sourceRoot":""}