{"version":3,"file":"component---src-pages-features-capture-and-store-js-50c683a599ab8d4a6bd3.js","mappings":"gJA0BA,UAtBgBA,IAUM,IAVL,KACEC,EACAC,MACIC,uBAAuB,MACrBC,EAAK,QACLC,EAAO,SACPC,EAAQ,iBACRC,KAGTP,EACZ,OACIQ,EAAAA,cAACC,EAAAA,EAAkB,CACfR,KAAMA,EACNS,MAAON,EACPO,QAASN,EACTO,SAAU,CAAEF,MAAOJ,EAAUO,YAAaN,IAC5C,C","sources":["webpack://SlatePages/./src/pages/features/capture-and-store.js"],"sourcesContent":["import React from \"react\";\nimport { graphql } from \"gatsby\";\nimport PageWithCmsWrapper from \"../../components/shared/page-with-cms-wrapper\";\n\nconst Capture = ({\n                   path,\n                   data: {\n                       strapiFeaturesCapture: {\n                         Title,\n                         Content,\n                         SeoTitle,\n                         MetaDescriptions,\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\n\nexport default Capture;\n\nexport const query = graphql`\n  query FeaturesCaptureQuery {\n    strapiFeaturesCapture {\n      Title\n      Content\n      SeoTitle\n      MetaDescriptions\n    }\n  }\n`;\n"],"names":["_ref","path","data","strapiFeaturesCapture","Title","Content","SeoTitle","MetaDescriptions","React","PageWithCmsWrapper","title","content","seoProps","description"],"sourceRoot":""}