{"version":3,"sources":["webpack:///./src/templates/PrivacyPolicyPage.tsx"],"names":["PrivacyPolicyPageTemplate","props","className","rehypePlugins","rehypeRaw","privacyPolicyContent","PrivacyPolicyPage","pageContext"],"mappings":"4FAAA,gJAQaA,EAA4B,SAACC,GAAD,OACvC,kBAAC,IAAD,KACE,yBAAKC,UAAU,qBACb,kBAAC,IAAD,CAAeC,cAAe,CAACC,MAC5BH,EAAMI,yBAUAC,UAJW,SAAC,GAAD,IAAGC,EAAH,EAAGA,YAAH,OACxB,kBAACP,EAA8BO,EAAYN","file":"component---src-templates-privacy-policy-page-tsx-6b977113e5304f3d0079.js","sourcesContent":["import React from \"react\";\nimport { Page } from \"./Page\";\nimport ReactMarkdown from \"react-markdown\";\nimport rehypeRaw from \"rehype-raw\";\n\nexport interface Props {\n privacyPolicyContent: string;\n}\nexport const PrivacyPolicyPageTemplate = (props: Props) => (\n \n
\n \n {props.privacyPolicyContent}\n \n
\n
\n);\n\nconst PrivacyPolicyPage = ({ pageContext }) => (\n \n);\n\nexport default PrivacyPolicyPage;\n"],"sourceRoot":""}