blob: fe03187bb15fa182d09b5c25eb64c6ef6a76a653 [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-04beac219105c3e149b3.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":""}