{"version":3,"file":"component---src-pages-privacy-js-1f72abacba1e831fe941.js","mappings":"gJA0BA,UAtBgBA,IAUQ,IAVP,KACEC,EACAC,MACEC,eAAe,MACbC,EAAK,QACLC,EAAO,SACPC,EAAQ,iBACRC,KAGLP,EAEhB,OACIQ,EAAAA,cAACC,EAAAA,EAAkB,CACfR,KAAMA,EACNG,MAAOA,EACPC,QAASA,EACTK,SAAU,CAAEN,MAAOE,EAAUK,YAAaJ,IAC5C,C","sources":["webpack://SlatePages/./src/pages/privacy.js"],"sourcesContent":["import React from \"react\";\nimport { graphql } from \"gatsby\";\nimport PageWithCmsWrapper from \"../components/shared/page-with-cms-wrapper\";\n\nconst Privacy = ({\n                   path,\n                   data: {\n                     strapiPrivacy: {\n                       title,\n                       content,\n                       SeoTitle,\n                       MetaDescriptions,\n                     },\n                   },\n                 }) => {\n\n  return (\n      <PageWithCmsWrapper\n          path={path}\n          title={title}\n          content={content}\n          seoProps={{ title: SeoTitle, description: MetaDescriptions}}\n      />\n  );\n};\n\nexport default Privacy;\n\nexport const query = graphql`\n  query PrivacyQuery {\n    strapiPrivacy {\n      title\n      content\n      SeoTitle\n      MetaDescriptions\n    }\n  }\n`;\n"],"names":["_ref","path","data","strapiPrivacy","title","content","SeoTitle","MetaDescriptions","React","PageWithCmsWrapper","seoProps","description"],"sourceRoot":""}