{"version":3,"file":"component---src-templates-news-template-js-efb7ddb947878f2bf89d.js","mappings":"kLAsCA,UAjC4B,SAACA,GAC5B,IAAMC,EAAOD,EAAMC,KAAKC,cACxB,OACC,gBAAC,IAAM,CACNC,KAAMF,EAAKG,IACXC,IAAKJ,EAAKI,KAEV,gBAAC,IAAc,CAACJ,KAAMA,EAAMK,KAAK,OAAOF,IAAKH,EAAKG,MAGrD,C","sources":["webpack://gatsby-starter-default/./src/templates/NewsTemplate.js"],"sourcesContent":["import React from \"react\"\nimport { graphql } from \"gatsby\"\nimport Layout from \"components/Layout/Layout\"\nimport FeaturedLayout from \"components/FeaturedLayout/FeaturedLayout\"\n\nconst NewsArticleTemplate = (props) => {\n\tconst data = props.data.wpNewsArticle\n\treturn (\n\t\t\n\t\t\t\n\t\t\n\t)\n}\n\nexport const newsArticleQuery = graphql`\nquery($id: String!) {\n\twpNewsArticle(id: {eq: $id}) {\n\t\tid\n\t\ttitle\n\t\turi\n\t\tdate(formatString: \"MMMM DD, Y\")\n\t\tseo {\n\t\t\tmetaKeywords\n\t\t\tmetaDesc\n\t\t\ttitle\n\t\t\tbreadcrumbs {\n\t\t\t\ttext\n\t\t\t\turl\n\t\t\t}\n\t\t}\n\t\t...newsArticleTemplateQuery\n\t}\n}\n`\n\nexport default NewsArticleTemplate"],"names":["props","data","wpNewsArticle","path","uri","seo","type"],"sourceRoot":""}