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:///./src/pages/404.js"],"names":["NotFoundPage","props","title"],"mappings":"2FAAA,wDAYeA,UARM,SAAAC,GAAK,OACxB,kBAAC,IAAD,KACE,kBAAC,IAAD,CAAKC,MAAM,mBACX,yCACA","file":"component---src-pages-404-js-8f249c09b236f320ac27.js","sourcesContent":["import React from \"react\"\nimport SEO from \"@/components/templates/SEO\"\nimport Layout from \"@components/templates/Layout\"\n\nconst NotFoundPage = props => (\n <Layout>\n <SEO title=\"404: Not found\" />\n <h1>NOT FOUND</h1>\n <p>You just hit a route that doesn't exist... the sadness.</p>\n </Layout>\n)\n\nexport default NotFoundPage\n"],"sourceRoot":""}