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","title","to"],"mappings":"2FAAA,oEAmBeA,UAbM,kBACnB,kBAAC,IAAD,KACE,kBAAC,IAAD,CAAKC,MAAM,mBACX,8CACA,oCAEE,6BACA,6BAHF,kDAIiD,kBAAC,OAAD,CAAMC,GAAG,YAAT","file":"component---src-pages-404-js-d487937a7e4a5f083a8b.js","sourcesContent":["import { Link } from \"gatsby\"\nimport React from \"react\"\n\nimport Layout from \"../components/layout\"\nimport SEO from \"../components/seo\"\n\nconst NotFoundPage = () => (\n <Layout>\n <SEO title=\"404: Not found\" />\n <h1>404: Not Found</h1>\n <p>\n Ops...\n <br/>\n <br/>\n If you are sure this page should exist, please <Link to=\"/contact\">get in touch!</Link>\n </p>\n </Layout>\n)\n\nexport default NotFoundPage\n"],"sourceRoot":""}