{"version":3,"sources":["webpack:///./src/pages/cash-reinvesting-QT.js"],"names":["CashReinvestingQTPage","props","React","createElement","CashReinvesting","Object","assign","questrade"],"mappings":"4FAAA,4CAmCeA,UAHeC,GACrBC,IAAAC,cAACC,IAAeC,OAAAC,OAAA,CAACC,WAAW,GAAUN","file":"component---src-pages-cash-reinvesting-qt-js-650b43c298cb6db635fc.js","sourcesContent":["import React from \"react\";\nimport CashReinvesting from \"../components/cash-reinvesting\";\nexport const query = graphql`\n query indexPageQueryPortfolioReinvestingQT {\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 CashReinvestingQTPage = props => {\n return ;\n};\nexport default CashReinvestingQTPage;\n"],"sourceRoot":""}