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.tsx"],"names":["title","config","siteTitle","to"],"mappings":"6FAAA,gFAMe,qBACb,OACE,kBAAC,IAAD,KACE,kBAAC,IAAD,KACE,kBAAC,IAAD,CAAQA,MAAK,mBAAqBC,IAAOC,YACzC,kBAAC,IAAD,KACE,kBAAC,OAAD,CAAMC,GAAG,KAAKF,IAAOC,YAEvB,kBAAC,IAAD,KACE,yCACA","file":"component---src-pages-404-tsx-30f95b3075d40a592065.js","sourcesContent":["import React from 'react';\nimport { Content, Header, Layout, Wrapper } from '../components';\nimport { Helmet } from 'react-helmet';\nimport config from '../../config/SiteConfig';\nimport { Link } from 'gatsby';\n\nexport default () => {\n return (\n <Layout>\n <Wrapper>\n <Helmet title={`404 not found | ${config.siteTitle}`} />\n <Header>\n <Link to=\"/\">{config.siteTitle}</Link>\n </Header>\n <Content>\n <h1>NOT FOUND</h1>\n <p>You just hit a route that doesn't exist... the sadness.</p>\n </Content>\n </Wrapper>\n </Layout>\n );\n};\n"],"sourceRoot":""}