{"version":3,"sources":["webpack:///./src/pages/404/index.tsx"],"names":["withTranslation","props","t","layoutOptions","seo","title","options","className","i18nKey","to","getPathFromRouteKey","RouteKeys","HOME"],"mappings":"2FAAA,kHA2CeA,wBA/BwBC,IACrC,MAAM,EAAEC,GAAMD,EAERE,EAA+B,CACnCC,IAAK,CACHC,MAAOH,EAAE,wBAIb,OACE,kBAAC,IAAD,CAAQI,QAASH,EAAeI,UAAU,YACxC,yBAAKA,UAAU,uBACb,4BAAKL,EAAE,qBACP,2BAEE,kBAAC,IAAD,CAAOM,QAAQ,uBAAuBN,EAAGA,GACvC,kBAAC,IAAD,CAAMO,GAAIC,YAAoBC,IAAUC,e","file":"component---src-pages-404-index-tsx-b3f14bee6c18f9650a60.js","sourcesContent":["import React from 'react';\nimport { withTranslation, WithTranslation, Trans } from 'react-i18next';\nimport { PageProps } from 'gatsby';\nimport Layout, { LayoutOptions } from '../../components/Layout/Layout';\n// import ButtonLink from '../../components/ButtonLink/ButtonLink';\nimport Link from '../../components/Link/Link';\nimport RouteKeys from '../../../config/RouteKeys';\nimport { getPathFromRouteKey } from '../../shared/utils/getPathFromRouteKey';\nimport './style.scss';\n\ntype Props = PageProps & WithTranslation;\n\nconst NotFoundPage: React.FC = (props) => {\n const { t } = props;\n\n const layoutOptions: LayoutOptions = {\n seo: {\n title: t('notFound.seo.title'),\n },\n };\n\n return (\n \n
\n

{t('notFound.heading')}

\n

\n {/* {t('notFound.description')} */}\n \n \n \n

\n {/* \n {t('notFound.backToHomeButton')}\n */}\n
\n
\n );\n};\n\nexport default withTranslation()(NotFoundPage);\n"],"sourceRoot":""}