You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"version":3,"sources":["webpack:///./static/dead-link.png","webpack:///./src/pages/404.js"],"names":["module","exports","NotFoundPage","render","this","props","data","title","className","src","Zelda","React","Component"],"mappings":"uGAAAA,EAAOC,QAAU,IAA0B,yD,6HCOrCC,E,gLACJC,OAAA,WACmBC,KAAKC,MAAdC,KAER,OACE,kBAAC,IAAD,KACE,kBAAC,IAAD,CAAKC,MAAM,mBACX,yBAAKC,UAAU,aACf,2DACE,yBAAKC,IAAKC,MACV,0E,GAViBC,IAAMC,WAiBlBV","file":"component---src-pages-404-js-feb72521215279f478e6.js","sourcesContent":["module.exports = __webpack_public_path__ + \"static/dead-link-e89f815ec2e1043555695f381b01dcb8.png\";","import React from 'react'\r\n\r\nimport DefaultLayout from '../components/layout'\r\nimport SEO from '../components/seo'\r\nimport Zelda from '../../static/dead-link.png'\r\nimport '../styles/404.scss'\r\n\r\nclass NotFoundPage extends React.Component {\r\n render() {\r\n const { data } = this.props\r\n\r\n return (\r\n <DefaultLayout>\r\n <SEO title=\"404: Not Found\" />\r\n <div className=\"errorPage\">\r\n <h1>Ooops esta página no existe</h1>\r\n <img src={Zelda} />\r\n <p>Parece que has encontrado un Link muerto</p>\r\n </div>\r\n </DefaultLayout>\r\n )\r\n }\r\n}\r\n\r\nexport default NotFoundPage\r\n"],"sourceRoot":""}