-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponent---src-pages-index-tsx-06556c3621bdb79049cf.js.map
1 lines (1 loc) · 9.04 KB
/
component---src-pages-index-tsx-06556c3621bdb79049cf.js.map
1
{"version":3,"sources":["webpack:///component---src-pages-index-tsx-06556c3621bdb79049cf.js","webpack:///./src/pages/index.tsx"],"names":["webpackJsonp","203","module","exports","__webpack_require__","_classCallCheck","instance","Constructor","TypeError","_possibleConstructorReturn","self","call","ReferenceError","_inherits","subClass","superClass","prototype","Object","create","constructor","value","enumerable","writable","configurable","setPrototypeOf","__proto__","__importDefault","mod","__esModule","default","defineProperty","react_1","default_1","_react_1$default$Comp","props","context","this","render","createElement","className","Component","pageQuery"],"mappings":"AAAAA,cAAc,iBAERC,IACA,SAAUC,EAAQC,EAASC,GAEhC,YAEA,SAASC,GAAgBC,EAAUC,GAAe,KAAMD,YAAoBC,IAAgB,KAAM,IAAIC,WAAU,qCAEhH,QAASC,GAA2BC,EAAMC,GAAQ,IAAKD,EAAQ,KAAM,IAAIE,gBAAe,4DAAgE,QAAOD,GAAyB,gBAATA,IAAqC,kBAATA,GAA8BD,EAAPC,EAElO,QAASE,GAAUC,EAAUC,GAAc,GAA0B,kBAAfA,IAA4C,OAAfA,EAAuB,KAAM,IAAIP,WAAU,iEAAoEO,GAAeD,GAASE,UAAYC,OAAOC,OAAOH,GAAcA,EAAWC,WAAaG,aAAeC,MAAON,EAAUO,YAAY,EAAOC,UAAU,EAAMC,cAAc,KAAeR,IAAYE,OAAOO,eAAiBP,OAAOO,eAAeV,EAAUC,GAAcD,EAASW,UAAYV,GAEje,GAAIW,GAA4D,SAAUC,GACtE,MAAOA,IAAOA,EAAIC,WAAaD,GAAQE,QAAWF,GAEtDV,QAAOa,eAAe3B,EAAS,cAAgBiB,OAAO,GChBvD,IAAAW,GAAAL,EAAAtB,EAAA,IAeA4B,EDIiB,SAAUC,GCHzB,QAAAD,GAAYE,EAAuBC,GAAY,MAAA9B,GAAA+B,KAAAJ,GAAAvB,EAAA2B,KAC7CH,EAAAtB,KAAAyB,KAAMF,EAAOC,IDeZ,MAZAtB,GAAUmB,EAAWC,GAQrBD,EAAUhB,UCTNqB,ODSyB,WCR9B,MACEN,GAAAF,QAAAS,cAAA,WACEP,EAAAF,QAAAS,cAAA,MAAIC,UAAU,cAAY,UAC1BR,EAAAF,QAAAS,cAAA,MAAIC,UAAU,iBAAe,oBAC7BR,EAAAF,QAAAS,cAAA,OAAKC,UAAU,WACbR,EAAAF,QAAAS,cAAA,sFACAP,EAAAF,QAAAS,cAAA,yEDMEN,GCjBiBD,EAAAF,QAAMW,UAAnCrC,GAAA0B,QAAAG,EAkBa7B,EAAAsC,UAAA","file":"component---src-pages-index-tsx-06556c3621bdb79049cf.js","sourcesContent":["webpackJsonp([221374088121123],{\n\n/***/ 203:\n/***/ (function(module, exports, __webpack_require__) {\n\n\t\"use strict\";\n\t\n\tfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\t\n\tfunction _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); } return call && (typeof call === \"object\" || typeof call === \"function\") ? call : self; }\n\t\n\tfunction _inherits(subClass, superClass) { if (typeof superClass !== \"function\" && superClass !== null) { throw new TypeError(\"Super expression must either be null or a function, not \" + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }\n\t\n\tvar __importDefault = undefined && undefined.__importDefault || function (mod) {\n\t return mod && mod.__esModule ? mod : { \"default\": mod };\n\t};\n\tObject.defineProperty(exports, \"__esModule\", { value: true });\n\tvar react_1 = __importDefault(__webpack_require__(2));\n\t\n\tvar default_1 = function (_react_1$default$Comp) {\n\t _inherits(default_1, _react_1$default$Comp);\n\t\n\t function default_1(props, context) {\n\t _classCallCheck(this, default_1);\n\t\n\t return _possibleConstructorReturn(this, _react_1$default$Comp.call(this, props, context));\n\t }\n\t\n\t default_1.prototype.render = function render() {\n\t return react_1.default.createElement(\"div\", null, react_1.default.createElement(\"h1\", { className: \"title is-1\" }, \"Dakota\"), react_1.default.createElement(\"h2\", { className: \"subtitle is-3\" }, \"Like the states.\"), react_1.default.createElement(\"div\", { className: \"content\" }, react_1.default.createElement(\"p\", null, \"Nothing fancy here. Just a simple site for hosting my projects and ideas.\"), react_1.default.createElement(\"p\", null, \"Using bulma css framework because Dragon Ball Z nostalgia\")));\n\t };\n\t\n\t return default_1;\n\t}(react_1.default.Component);\n\t\n\texports.default = default_1;\n\texports.pageQuery = \"** extracted graphql fragment **\";\n\t// const Container = styled.div`\n\t// margin: 3rem auto;\n\t// max-width: 600px;\n\t// display: flex;\n\t// flex-direction: column;\n\t// align-items: center;\n\t// justify-content: center;\n\t// `;\n\t// const UserWrapper = styled.div`\n\t// display: flex;\n\t// align-items: center;\n\t// margin: 0 auto 12px auto;\n\t// &:last-child {\n\t// margin-bottom: 0;\n\t// }\n\t// `;\n\t// const Avatar = styled.img`\n\t// flex: 0 0 96px;\n\t// width: 96px;\n\t// height: 96px;\n\t// margin: 0;\n\t// `;\n\t// const Description = styled.div`\n\t// flex: 1;\n\t// margin-left: 18px;\n\t// padding: 12px;\n\t// `;\n\t// const Username = styled.h2`\n\t// margin: 0 0 12px 0;\n\t// padding: 0;\n\t// `;\n\t// const Excerpt = styled.p`\n\t// margin: 0;\n\t// `;\n\t// interface UserProps {\n\t// avatar?: string;\n\t// username?: string;\n\t// excerpt?: string;\n\t// }\n\t// const User: React.StatelessComponent<UserProps> = props => (\n\t// <UserWrapper>\n\t// <Avatar src={props.avatar} alt=\"\" />\n\t// <Description>\n\t// <Username>{props.username}</Username>\n\t// <Excerpt>{props.excerpt}</Excerpt>\n\t// </Description>\n\t// <Link to=\"/page-2/\">Go to page 2</Link>\n\t// </UserWrapper>\n\t// );\n\t// export default () => (\n\t// <Container>\n\t// <h1>About Styled Components</h1>\n\t// <p>Styled Components is cool</p>\n\t// <User\n\t// username=\"Jane Doe\"\n\t// avatar=\"https://s3.amazonaws.com/uifaces/faces/twitter/adellecharles/128.jpg\"\n\t// excerpt=\"I'm Jane Doe. Lorem ipsum dolor sit amet, consectetur adipisicing elit.\"\n\t// />\n\t// <User\n\t// username=\"Bob Smith\"\n\t// avatar=\"https://s3.amazonaws.com/uifaces/faces/twitter/vladarbatov/128.jpg\"\n\t// excerpt=\"I'm Bob smith, a vertically aligned type of guy. Lorem ipsum dolor sit amet, consectetur adipisicing elit.\"\n\t// />\n\t// </Container>\n\t// );\n\n/***/ })\n\n});\n\n\n// WEBPACK FOOTER //\n// component---src-pages-index-tsx-06556c3621bdb79049cf.js","import React from 'react';\nimport Link from 'gatsby-link';\n\n// Please note that you can use https://github.com/dotansimha/graphql-code-generator\n// to generate all types from graphQL schema\ninterface IndexPageProps {\n data: {\n site: {\n siteMetadata: {\n title: string\n }\n }\n }\n}\n\nexport default class extends React.Component<IndexPageProps, {}> {\n constructor(props: IndexPageProps, context: any) {\n super(props, context)\n }\n public render() {\n return (\n <div>\n <h1 className=\"title is-1\">Dakota</h1>\n <h2 className=\"subtitle is-3\">Like the states.</h2>\n <div className=\"content\">\n <p>Nothing fancy here. Just a simple site for hosting my projects and ideas.</p>\n <p>Using bulma css framework because Dragon Ball Z nostalgia</p>\n </div>\n </div>\n )\n }\n}\n\nexport const pageQuery = graphql`\n query IndexQuery {\n site {\n siteMetadata {\n title\n }\n }\n }\n`\n\n// const Container = styled.div`\n// margin: 3rem auto;\n// max-width: 600px;\n// display: flex;\n// flex-direction: column;\n// align-items: center;\n// justify-content: center;\n// `;\n\n// const UserWrapper = styled.div`\n// display: flex;\n// align-items: center;\n// margin: 0 auto 12px auto;\n// &:last-child {\n// margin-bottom: 0;\n// }\n// `;\n\n// const Avatar = styled.img`\n// flex: 0 0 96px;\n// width: 96px;\n// height: 96px;\n// margin: 0;\n// `;\n\n// const Description = styled.div`\n// flex: 1;\n// margin-left: 18px;\n// padding: 12px;\n// `;\n\n// const Username = styled.h2`\n// margin: 0 0 12px 0;\n// padding: 0;\n// `;\n\n// const Excerpt = styled.p`\n// margin: 0;\n// `;\n\n// interface UserProps {\n// avatar?: string;\n// username?: string;\n// excerpt?: string;\n\n// }\n\n// const User: React.StatelessComponent<UserProps> = props => (\n// <UserWrapper>\n// <Avatar src={props.avatar} alt=\"\" />\n// <Description>\n// <Username>{props.username}</Username>\n// <Excerpt>{props.excerpt}</Excerpt>\n// </Description>\n// <Link to=\"/page-2/\">Go to page 2</Link>\n// </UserWrapper>\n// );\n\n// export default () => (\n// <Container>\n// <h1>About Styled Components</h1>\n// <p>Styled Components is cool</p>\n// <User\n// username=\"Jane Doe\"\n// avatar=\"https://s3.amazonaws.com/uifaces/faces/twitter/adellecharles/128.jpg\"\n// excerpt=\"I'm Jane Doe. Lorem ipsum dolor sit amet, consectetur adipisicing elit.\"\n// />\n// <User\n// username=\"Bob Smith\"\n// avatar=\"https://s3.amazonaws.com/uifaces/faces/twitter/vladarbatov/128.jpg\"\n// excerpt=\"I'm Bob smith, a vertically aligned type of guy. Lorem ipsum dolor sit amet, consectetur adipisicing elit.\"\n// />\n// </Container>\n// );\n\n\n\n// WEBPACK FOOTER //\n// ./src/pages/index.tsx"],"sourceRoot":""}