-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponent---src-pages-index-js-5389dedbab37344945f8.js.map
1 lines (1 loc) · 1.36 KB
/
component---src-pages-index-js-5389dedbab37344945f8.js.map
1
{"version":3,"file":"component---src-pages-index-js-5389dedbab37344945f8.js","mappings":"sIAKA,MAAMA,EAAsBC,EAAAA,QAAOC,KAAIC,WAAA,CAAAC,YAAA,6BAAAC,YAAA,eAAXJ,CAAW,4BAoBvC,UAhBkBK,IAAA,IAAC,SAAEC,GAAUD,EAAA,OAC7BE,EAAAA,cAACC,EAAAA,GAAM,CAACF,SAAUA,GAChBC,EAAAA,cAACR,EAAmB,CAACU,UAAU,cAC7BF,EAAAA,cAACG,EAAAA,GAAI,MACLH,EAAAA,cAACI,EAAAA,GAAK,MACNJ,EAAAA,cAACK,EAAAA,GAAS,MACVL,EAAAA,cAACM,EAAAA,GAAQ,MACTN,EAAAA,cAACO,EAAAA,GAAO,OAEH,C","sources":["webpack://v2/./src/pages/index.js"],"sourcesContent":["import React from 'react';\r\nimport PropTypes from 'prop-types';\r\nimport styled from 'styled-components';\r\nimport { Layout, Hero, About, Education, Featured, Contact } from '@components';\r\n\r\nconst StyledMainContainer = styled.main`\r\n counter-reset: section;\r\n`;\r\n\r\nconst IndexPage = ({ location }) => (\r\n <Layout location={location}>\r\n <StyledMainContainer className=\"fillHeight\">\r\n <Hero />\r\n <About />\r\n <Education />\r\n <Featured />\r\n <Contact />\r\n </StyledMainContainer>\r\n </Layout>\r\n);\r\n\r\nIndexPage.propTypes = {\r\n location: PropTypes.object.isRequired,\r\n};\r\n\r\nexport default IndexPage;\r\n"],"names":["StyledMainContainer","styled","main","withConfig","displayName","componentId","_ref","location","React","Layout","className","Hero","About","Education","Featured","Contact"],"sourceRoot":""}