{"version":3,"sources":["webpack:///./src/pages/index.js"],"names":["Home","home","data","markdownRemark","frontmatter","title","dangerouslySetInnerHTML","__html","html","query"],"mappings":"2FAAA,0HAGe,SAASA,EAAT,GAAyB,IAChCC,EAD+B,EAARC,KACXC,eAClB,OACE,kBAAC,IAAD,KACE,4BAAKF,EAAKG,YAAYC,OACtB,yBAAKC,wBAAyB,CAAEC,OAAQN,EAAKO,SAK5C,IAAMC,EAAK","file":"component---src-pages-index-js-5b4f86d1bf6ec942cf32.js","sourcesContent":["import React from \"react\";\nimport Layout from \"../components/layout\";\n\nexport default function Home({ data }) {\n const home = data.markdownRemark;\n return (\n \n

{home.frontmatter.title}

\n
\n \n );\n}\n\nexport const query = graphql`\n query {\n markdownRemark(frontmatter: { type: { eq: \"home\" } }) {\n frontmatter {\n title\n }\n html\n }\n }\n`;\n"],"sourceRoot":""}