{"version":3,"file":"component---src-pages-privacy-js-06f75c198b4d5a694e4e.js","mappings":"qNA+BA,UArB8B,SAAC,GAAD,IAASA,EAAT,EAAEC,KAAOD,iBAAT,OAC5B,gBAAC,IAAD,KAEE,gBAAC,IAAD,CAAKE,MAAM,iCAET,uBAAKC,MAAM,WACT,yBAAG,gBAAC,IAAD,CAAeC,cAAe,CAACC,EAAAA,IAAaL,EAAiBM","sources":["webpack://gatsby-starter-default/./src/pages/privacy.js"],"sourcesContent":["import React from \"react\"\nimport { graphql, Link } from \"gatsby\"\n\nimport Layout from \"../components/layout\"\n//import Image from \"../components/image\"\nimport SEO from \"../components/seo\"\nimport ReactMarkdown from \"react-markdown\"\nimport rehypeRaw from 'rehype-raw'\n\n\nconst PrivacyPolicyPetneck2 = ({data: {strapiPrivacyApp}}) => (\n \n \n \n\n
\n

{strapiPrivacyApp.Text}

\n
\n \n\n
\n)\n\nexport const aboutProgrammeQuesry = graphql`\n query PrivacyAppQuery {\n strapiPrivacyApp {\n Text\n }\n }\n`\n\nexport default PrivacyPolicyPetneck2\n"],"names":["strapiPrivacyApp","data","title","class","rehypePlugins","rehypeRaw","Text"],"sourceRoot":""}