{"version":3,"file":"component---themes-main-themes-boseo-theme-src-pages-innerpages-contact-jsx-458425e8e701a6bc2f80.js","mappings":"mIAEMA,EAAQ,OAAH,UAAX,MAIA,O,yFCwCA,UAtCoB,SAAC,GAAD,QAAGC,EAAH,EAAGA,KAAH,OAChB,QAAC,KAAD,CAAQD,MAAOE,EAAAA,IACX,QAAC,IAAD,CAAKC,SAAS,aACd,QAAC,KAAD,CAAUF,KAAI,iBAAOA,EAAKG,OAAWH,EAAKI,eAC1C,QAAC,KAAD,CAAWJ,KAAM,CAAEK,IAAKL,MAAAA,GAAF,UAAEA,EAAMM,eAAR,aAAE,EAAeD,QACvC,QAAC,IAAD,CAAaL,KAAM,CAAEO,aAAY,UAAEP,EAAKM,eAAP,aAAE,EAAcC,iBACjD,QAAC,KAAD,CAAUP,KAAI,iBAAOA,MAAAA,OAAP,EAAOA,EAAMQ,OAAWR,MAAAA,OAAxB,EAAwBA,EAAMM","sources":["webpack://local-demo/./src/gatsby-theme-boseo/themes/base-theme.js","webpack://local-demo/../../themes/main-themes/boseo-theme/src/pages/innerpages/contact.jsx"],"sourcesContent":["import { baseTheme } from \"@boseo/shared/themes\";\n\nconst theme = {\n ...baseTheme,\n};\n\nexport default theme;\n","import React from \"react\";\nimport PropTypes from \"prop-types\";\nimport { graphql } from \"gatsby\";\nimport { SEO } from \"gatsby-theme-core\";\nimport { Layout, Header01, Footer01 } from \"gatsby-theme-layout\";\nimport { GoogleMap, ContactForm } from \"gatsby-theme-container\";\nimport baseTheme from \"../../themes/base-theme\";\n\nconst ContactPage = ({ data }) => (\n \n \n \n \n \n \n \n);\n\nexport const query = graphql`\n query ContactPageQuery {\n header: general(section: { eq: \"header-01\" }) {\n ...Header01\n }\n navigation: general(section: { eq: \"menu\" }) {\n ...Menu01\n }\n footer: general(section: { eq: \"footer-01\" }) {\n ...Footer01\n }\n contact: general(section: { eq: \"contact\" }) {\n ...Contact02\n }\n }\n`;\n\nContactPage.propTypes = {\n data: PropTypes.shape({\n header: PropTypes.shape({}),\n navigation: PropTypes.shape({}),\n footer: PropTypes.shape({}),\n contact: PropTypes.shape({\n contact_info: PropTypes.shape({}),\n map: PropTypes.shape({}),\n }),\n }),\n};\nexport default ContactPage;\n"],"names":["theme","data","baseTheme","pageName","header","navigation","map","contact","contact_info","footer"],"sourceRoot":""}