{"version":3,"file":"component---src-pages-features-report-and-analyze-js-1a1ede4933f91fb6e8c5.js","mappings":"+IA0BA,UAtBsBA,IAUE,IAVD,KACFC,EACAC,MACIC,6BAA6B,MAC3BC,EAAK,QACLC,EAAO,SACPC,EAAQ,iBACRC,KAGTP,EACd,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/report-and-analyze.js"],"sourcesContent":["import React from \"react\";\nimport { graphql } from \"gatsby\";\nimport PageWithCmsWrapper from \"../../components/shared/page-with-cms-wrapper\";\n\nconst ViewAndReport = ({\n path,\n data: {\n strapiFeaturesViewAndReport: {\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 ViewAndReport;\n\nexport const query = graphql`\n query ViewAndReportQuery {\n strapiFeaturesViewAndReport {\n Title\n Content\n SeoTitle\n MetaDescriptions\n }\n }\n`;\n\n"],"names":["_ref","path","data","strapiFeaturesViewAndReport","Title","Content","SeoTitle","MetaDescriptions","React","PageWithCmsWrapper","title","content","seoProps","description"],"sourceRoot":""}