-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponent---src-pages-open-source-tsx-c369d10059e49cdbddcd.js.map
1 lines (1 loc) · 2.2 KB
/
component---src-pages-open-source-tsx-c369d10059e49cdbddcd.js.map
1
{"version":3,"sources":["webpack:///component---src-pages-open-source-tsx-c369d10059e49cdbddcd.js","webpack:///./src/pages/open-source.tsx"],"names":["webpackJsonp","284","module","exports","__webpack_require__","Object","defineProperty","value","React","Typography_1","Whatshot_1","OpenSourcePage","_ref","data","createElement","style","paddingTop","default","variant","color","textAlign"],"mappings":"AAAAA,cAAc,iBAERC,IACA,SAAUC,EAAQC,EAASC,GAEhC,YAEAC,QAAOC,eAAeH,EAAS,cAAgBI,OAAO,GCPvD,IAAAC,GAAAJ,EAA8B,GAE9BK,EAAAL,EAA2D,IAC3DM,EAAAN,EAAsD,IAElCO,EAAI,SAAAC,GAAiBA,EAAAC,IACjC,OAACL,GAAAM,cAAA,OAAUC,OAAcC,WAAU,SACvCR,EAAAM,cAACL,EAAUQ,SAAQC,QAAW,WAAMC,MAAU,UAAMJ,OAAaK,UAAY,WAC3EZ,EAAAM,cAACJ,EAAYO,QAAG,MAItB,6BAEAd,GAAAc,QAA6BN","file":"component---src-pages-open-source-tsx-c369d10059e49cdbddcd.js","sourcesContent":["webpackJsonp([238586246991533],{\n\n/***/ 284:\n/***/ (function(module, exports, __webpack_require__) {\n\n\t\"use strict\";\n\t\n\tObject.defineProperty(exports, \"__esModule\", { value: true });\n\tvar React = __webpack_require__(1);\n\tvar Typography_1 = __webpack_require__(35);\n\tvar Whatshot_1 = __webpack_require__(69);\n\tvar OpenSourcePage = function OpenSourcePage(_ref) {\n\t var data = _ref.data;\n\t\n\t return React.createElement(\"div\", { style: { paddingTop: \"4rem\" } }, React.createElement(Typography_1.default, { variant: \"headline\", color: \"inherit\", style: { textAlign: \"center\" } }, React.createElement(Whatshot_1.default, null), \"More details coming soon\"));\n\t};\n\texports.default = OpenSourcePage;\n\n/***/ })\n\n});\n\n\n// WEBPACK FOOTER //\n// component---src-pages-open-source-tsx-c369d10059e49cdbddcd.js","import * as React from 'react'\nimport Link from 'gatsby-link'\nimport Typography from 'material-ui/Typography/Typography';\nimport WhatshotIcon from 'material-ui-icons/Whatshot';\n\nconst OpenSourcePage = ({ data }: any) => {\n return <div style={{ paddingTop: \"4rem\" }}>\n <Typography variant=\"headline\" color=\"inherit\" style={{ textAlign: \"center\" }}>\n <WhatshotIcon />\n More details coming soon\n </Typography>\n </div>\n}\n\nexport default OpenSourcePage\n\n\n\n\n// WEBPACK FOOTER //\n// ./src/pages/open-source.tsx"],"sourceRoot":""}