{"version":3,"file":"component---themes-main-themes-project-theme-src-templates-project-grid-2-column-jsx-c7037e44a039b64e1359.js","mappings":"mIAEMA,EAAQ,OAAH,UAAX,MAIA,O,mCCJMA,EAAQ,OAAH,UAAX,KAIA,O,yFCqEA,UAnEwB,SAAC,GAAoC,QAAlCC,EAAkC,EAAlCA,YAAaC,EAAqB,EAArBA,SAAUC,EAAW,EAAXA,KACtCC,EAA+BH,EAA/BG,YAAaC,EAAkBJ,EAAlBI,cACfC,EAAWJ,MAAAA,GAAH,UAAGA,EAAUK,gBAAb,aAAG,EAAoBC,MAAM,KAAK,GAChD,OACI,QAAC,KAAD,CAAQR,MAAOA,EAAAA,IACX,QAAC,IAAD,CAAKM,SAAS,aACd,QAAC,KAAD,CACIG,WAAS,EACTN,KAAI,iBAAOA,MAAAA,OAAP,EAAOA,EAAMO,OAAWP,MAAAA,OAAxB,EAAwBA,EAAMQ,eAEtC,QAAC,KAAD,CAAcR,KAAM,CAAEG,SAAAA,MACtB,QAAC,KAAD,CACIH,KAAM,CACFS,MAAOT,MAAAA,GAAF,UAAEA,EAAMU,kBAAR,aAAE,EAAkBC,MACzBC,WAAY,CACRC,SAAU,WACVZ,YAAAA,EACAC,cAAAA,OAIZ,QAAC,KAAD,CAAUF,KAAI,iBAAOA,MAAAA,OAAP,EAAOA,EAAMc,OAAWd,MAAAA,OAAxB,EAAwBA,EAAMe","sources":["webpack://local-demo/./src/gatsby-theme-boseo/themes/base-theme.js","webpack://local-demo/../../themes/main-themes/boseo-theme/src/gatsby-theme-project/themes/index.js","webpack://local-demo/../../themes/main-themes/project-theme/src/templates/project-grid-2-column.jsx"],"sourcesContent":["import { baseTheme } from \"@boseo/shared/themes\";\n\nconst theme = {\n ...baseTheme,\n};\n\nexport default theme;\n","import baseTheme from \"../../themes/base-theme\";\n\nconst theme = {\n ...baseTheme,\n};\n\nexport default theme;\n","import React from \"react\";\nimport PropTypes from \"prop-types\";\nimport { graphql } from \"gatsby\";\nimport { SEO } from \"gatsby-theme-core\";\nimport { Layout, Header01, Footer01 } from \"gatsby-theme-layout\";\nimport { PageHeader04, Project05 } from \"gatsby-theme-container\";\nimport theme from \"../themes\";\n\nconst ProjectTemplate = ({ pageContext, location, data }) => {\n const { currentPage, numberOfPages } = pageContext;\n const pageName = location?.pathname?.split(\"/\")[1];\n return (\n \n \n \n \n \n \n \n );\n};\n\nexport const query = graphql`\n query ProjectGrid2TemplateQuery($skip: Int!, $limit: Int!) {\n header: general(section: { eq: \"header-01\" }) {\n ...Header01\n }\n navigation: general(section: { eq: \"menu\" }) {\n ...Menu01\n }\n footer: general(section: { eq: \"footer-01\" }) {\n ...Footer01\n }\n contact: general(section: { eq: \"contact\" }) {\n ...Contact01\n }\n allProject(limit: $limit, skip: $skip) {\n nodes {\n ...Project01\n }\n }\n }\n`;\n\nProjectTemplate.propTypes = {\n pageContext: PropTypes.shape({\n currentPage: PropTypes.number,\n numberOfPages: PropTypes.number,\n }),\n location: PropTypes.shape({\n pathname: PropTypes.string,\n }),\n data: PropTypes.shape({\n header: PropTypes.shape({}),\n navigation: PropTypes.shape({}),\n footer: PropTypes.shape({}),\n contact: PropTypes.shape({}),\n allProject: PropTypes.shape({\n nodes: PropTypes.arrayOf(PropTypes.shape({})),\n }),\n }),\n};\n\nexport default ProjectTemplate;\n"],"names":["theme","pageContext","location","data","currentPage","numberOfPages","pageName","pathname","split","hasBorder","header","navigation","items","allProject","nodes","pagination","rootPage","footer","contact"],"sourceRoot":""}