{"version":3,"file":"component---src-templates-player-template-js-06242dbec6ac16b7d86d.js","mappings":"kLAsCA,UAjCuB,SAACA,GACvB,IAAMC,EAAOD,EAAMC,KAAKC,SACxB,OACC,gBAAC,IAAM,CACNC,KAAMF,EAAKG,IACXC,IAAKJ,EAAKI,KAEV,gBAAC,IAAc,CAACJ,KAAMA,EAAMK,KAAK,SAASF,IAAKH,EAAKG,MAGvD,C","sources":["webpack://gatsby-starter-default/./src/templates/PlayerTemplate.js"],"sourcesContent":["import React from \"react\"\nimport { graphql } from \"gatsby\"\nimport Layout from \"components/Layout/Layout\"\nimport FeaturedLayout from \"components/FeaturedLayout/FeaturedLayout\"\n\nconst PlayerTemplate = (props) => {\n\tconst data = props.data.wpPlayer\n\treturn (\n\t\t\n\t\t\t\n\t\t\n\t)\n}\n\nexport const playerQuery = graphql`\nquery($id: String!) {\n\twpPlayer(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...playerTemplateQuery\n\t}\n}\n`\n\nexport default PlayerTemplate"],"names":["props","data","wpPlayer","path","uri","seo","type"],"sourceRoot":""}