{"version":3,"file":"chunks/ContactsPage.chunk.ae9751575bf3a70baf54.js","mappings":"wNAwCA,UA3B2B,WAC1B,IAAQA,GAAMC,EAAAA,EAAAA,kBAAND,EACFE,EAAQF,EAAE,iBAEVG,GAAUC,EAAAA,EAAAA,cAAY,SAACC,GAAuB,OAAKA,EAAMF,QAAQG,KAAK,GAAEC,EAAAA,cAE9E,OAAOC,EAAAA,cAAA,OAAKC,UAAU,sCACrBD,EAAAA,cAAA,OAAKC,UAAU,YACdD,EAAAA,cAACE,EAAAA,EAAiB,CAACR,MAAOA,IAC1BM,EAAAA,cAACG,EAAAA,EAAU,OAEZH,EAAAA,cAACI,EAAAA,EAAkB,CAACC,OAAQL,EAAAA,cAAAA,EAAAA,SAAA,MAAOM,MAAO,SAACC,GAAC,OAAKP,EAAAA,cAAAA,EAAAA,SAAA,KAAK,EAAEQ,kBAAmBR,EAAAA,cAAAA,EAAAA,SAAA,QAC3EA,EAAAA,cAAA,OAAKC,UAAU,yCACdD,EAAAA,cAAA,UAAKN,IAENM,EAAAA,cAAA,OAAKC,UAAU,OACdD,EAAAA,cAACS,EAAAA,EAAe,CAACd,QAASA,EAASe,WAAS,KAE7CV,EAAAA,cAAA,OAAKC,UAAU,uBACdD,EAAAA,cAAA,OAAKC,UAAU,oCACdD,EAAAA,cAAA,UAAKR,EAAE,sCAERQ,EAAAA,cAACW,EAAAA,EAAa,CAACV,UAAU,kBAG5B,C","sources":["webpack://BeautyBecomes/./ClientApp/components/Pages/Contacts/Contacts.tsx"],"sourcesContent":["import * as React from 'react';\nimport { useTranslation } from 'react-i18next';\nimport { shallowEqual, useSelector } from 'react-redux';\n\nimport { ApplicationState } from '@app/store';\nimport OfficeInfoBlock from '@app/components/Pages/Home/OfficeInfoBlock';\n\nimport '@app/scss/pages/contacts.scss';\nimport { SimpleBreadCrumbs } from '@app/components/UI/SimpleBreadcrumbs/SimpleBreadcrumbs';\nimport ServerPageProvider from '@app/components/UI/SeverPageProviderWithLang/ServerpageProviderWithLang';\nimport ShareLinks from '@app/components/UI/ShareLinks/ShareLinks';\nimport ContactUsForm from '@app/components/Forms/ContactUs/ContactUsForm';\n\nconst Contacts: React.FC = () => {\n\tconst { t } = useTranslation();\n\tconst title = t('site.Contacts');\n\n\tconst offices = useSelector((state: ApplicationState) => state.offices.items, shallowEqual);\n\n\treturn
\n\t\t
\n\t\t\t\n\t\t\t\n\t\t
\n\t\t} inner={(s) => <>} notFoundComponent={<>} />\n\t\t
\n\t\t\t

{title}

\n\t\t
\n\t\t
\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
\n\t\t\t\t

{t('site.Schedule an Appointment Now')}

\n\t\t\t
\n\t\t\t\n\t\t
\n\t
;\n};\n\nexport default Contacts;\n"],"names":["t","useTranslation","title","offices","useSelector","state","items","shallowEqual","React","className","SimpleBreadCrumbs","ShareLinks","ServerPageProvider","loader","inner","s","notFoundComponent","OfficeInfoBlock","titleAsH2","ContactUsForm"],"sourceRoot":""}