blob: d91660414ecb7396b139c13f32d6310d9fa67d43 [file] [log] [blame]
{"version":3,"sources":["webpack:///./src/pages/404.js"],"names":["NotFound","title","to"],"mappings":"2FAAA,6GAMe,SAASA,IACtB,OACE,YAAC,IAAD,CAAQC,MAAM,mBACZ,YAAC,IAAD,CAAKA,MAAM,mBACX,gFACA,8DAC4C,YAAC,OAAD,CAAMC,GAAG,KAAT,cAD5C","file":"component---src-pages-404-js-587ddd94f1ae754b631c.js","sourcesContent":["import React from 'react';\nimport { Link } from 'gatsby';\n\nimport Layout from '@rocketseat/gatsby-theme-docs/src/components/Layout';\nimport SEO from '@rocketseat/gatsby-theme-docs/src/components/SEO';\n\nexport default function NotFound() {\n return (\n <Layout title=\"Page not found!\">\n <SEO title=\"404: Not found\" />\n <p>You just hit a route that doesn&#39;t exist... the sadness.</p>\n <p>\n If you&#39;d like to go back to homepage, <Link to=\"/\">click here</Link>\n .\n </p>\n </Layout>\n );\n}\n"],"sourceRoot":""}