{"version":3,"file":"component---src-pages-terms-js-30744711be17a144be6b.js","mappings":"+IA0BA,UAtBcA,IAUQ,IAVP,KACEC,EACAC,MACEC,aAAa,MACXC,EAAK,QACLC,EAAO,SACPC,EAAQ,iBACRC,KAGLP,EAEd,OACIQ,EAAAA,cAACC,EAAAA,EAAkB,CACfR,KAAMA,EACNG,MAAOA,EACPC,QAASA,EACTK,SAAU,CAAEN,MAAOE,EAAUK,YAAaJ,IAC5C,C","sources":["webpack://SlatePages/./src/pages/terms.js"],"sourcesContent":["import React from \"react\";\nimport { graphql } from \"gatsby\";\nimport PageWithCmsWrapper from \"../components/shared/page-with-cms-wrapper\";\n\nconst Terms = ({\n path,\n data: {\n strapiTerms: {\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 Terms;\n\nexport const query = graphql`\n query TermsQuery {\n strapiTerms {\n title\n content\n SeoTitle\n MetaDescriptions\n }\n }\n`;\n"],"names":["_ref","path","data","strapiTerms","title","content","SeoTitle","MetaDescriptions","React","PageWithCmsWrapper","seoProps","description"],"sourceRoot":""}