{"version":3,"file":"component---src-pages-ru-16-03-form-tsx-ed4d78c34ce552b0ce7a.js","mappings":"qJAeA,UAXiC,WAC/B,IAAQA,GAAYC,EAAAA,EAAAA,KAAZD,QAOR,OANAE,EAAAA,EAAAA,kBAAgB,YACdC,EAAAA,EAAAA,UAASH,EAAQ,iBAAkB,CACjCI,MAAO,CAAEC,gBAAgB,GACzBC,SAAS,MAEV,CAACN,IACG","sources":["webpack://sgnl-site/./src/pages-ru/16-03-form.tsx"],"sourcesContent":["import React, { useLayoutEffect } from 'react'\nimport { navigate } from 'gatsby'\nimport { useTranslations } from '../hooks/use-translations'\n\nconst MeetupFormPage: React.FC = () => {\n const { getPath } = useTranslations()\n useLayoutEffect(() => {\n navigate(getPath('/16-03-meetup'), {\n state: { tryModalOpened: true },\n replace: true,\n })\n }, [getPath])\n return null\n}\n\nexport default MeetupFormPage\n"],"names":["getPath","useTranslations","useLayoutEffect","navigate","state","tryModalOpened","replace"],"sourceRoot":""}