{"version":3,"file":"component---src-pages-try-tsx-4d47a3cde09f51557b69.js","mappings":"sJAeA,UAX0B,WACxB,IAAQA,GAAYC,EAAAA,EAAAA,KAAZD,QAOR,OANAE,EAAAA,EAAAA,kBAAgB,YACdC,EAAAA,EAAAA,UAASH,EAAQ,KAAM,CACrBI,MAAO,CAAEC,gBAAgB,GACzBC,SAAS,MAEV,CAACN,IACG","sources":["webpack://sgnl-site/./src/pages/try.tsx"],"sourcesContent":["import React, { useLayoutEffect } from 'react'\nimport { navigate } from 'gatsby'\nimport { useTranslations } from '../hooks/use-translations'\n\nconst TryPage: React.FC = () => {\n const { getPath } = useTranslations()\n useLayoutEffect(() => {\n navigate(getPath('/'), {\n state: { tryModalOpened: true },\n replace: true,\n })\n }, [getPath])\n return null\n}\n\nexport default TryPage\n"],"names":["getPath","useTranslations","useLayoutEffect","navigate","state","tryModalOpened","replace"],"sourceRoot":""}