{"version":3,"sources":["webpack:///./src/templates/landing.js"],"names":["Landing","render","this","props","_","map","get","section","section_idx","component","upperFirst","camelCase","Component","components","key","site","pageContext","React"],"mappings":"oNAKqBA,E,gLACjBC,OAAA,WAAU,IAAD,OACL,OACI,kBAAC,IAAWC,KAAKC,MAChBC,IAAEC,IAAID,IAAEE,IAAIJ,KAAKC,MAAO,qCAAqC,SAACI,EAASC,GACpE,IAAIC,EAAYL,IAAEM,WAAWN,IAAEO,UAAUP,IAAEE,IAAIC,EAAS,UACpDK,EAAYC,IAAWJ,GAC3B,OACE,kBAACG,EAAD,eAAWE,IAAKN,GAAiB,EAAKL,MAAtC,CAA6CI,QAASA,EAASQ,KAAM,EAAKZ,MAAMa,YAAYD,a,GARzEE,IAAML","file":"component---src-templates-landing-js-8b324b4ffd7a723f8ae2.js","sourcesContent":["import React from 'react';\r\nimport _ from 'lodash';\r\n\r\nimport components, {Layout} from '../components/index';\r\n\r\nexport default class Landing extends React.Component {\r\n render() {\r\n return (\r\n \r\n {_.map(_.get(this.props, 'pageContext.frontmatter.sections'), (section, section_idx) => {\r\n let component = _.upperFirst(_.camelCase(_.get(section, 'type')));\r\n let Component = components[component];\r\n return (\r\n \r\n )\r\n })}\r\n \r\n );\r\n }\r\n}\r\n"],"sourceRoot":""}