{"version":3,"sources":["webpack:///./src/pages/cash-reinvesting.js"],"names":["CashReinvestingPage","props","React","createElement","CashReinvesting","Object","assign","questrade"],"mappings":"4FAAA,4CAmCeA,UAHaC,GACnBC,IAAAC,cAACC,IAAeC,OAAAC,OAAA,CAACC,WAAW,GAAWN","file":"component---src-pages-cash-reinvesting-js-c580d3a5c2a72ea8ffd0.js","sourcesContent":["import React from \"react\";\nimport CashReinvesting from \"../components/cash-reinvesting\";\nexport const query = graphql`\n query indexPageQueryPortfolioReinvesting {\n site: sanitySiteSettings(_id: { regex: \"/(drafts.|)siteSettings/\" }) {\n title\n description\n keywords\n }\n posts: allSanityPost(\n limit: 3\n sort: { fields: [publishedAt], order: DESC }\n filter: { slug: { current: { ne: null } }, publishedAt: { ne: null } }\n ) {\n edges {\n node {\n id\n publishedAt\n mainImage {\n ...SanityImage\n alt\n }\n title\n _rawExcerpt\n slug {\n current\n }\n }\n }\n }\n }\n`;\nconst CashReinvestingPage = props => {\n return ;\n};\nexport default CashReinvestingPage;\n"],"sourceRoot":""}