-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponent---src-pages-about-js-fdfdcd6a9570ef93138b.js.map
1 lines (1 loc) · 4.63 KB
/
component---src-pages-about-js-fdfdcd6a9570ef93138b.js.map
1
{"version":3,"sources":["webpack:///component---src-pages-about-js-fdfdcd6a9570ef93138b.js","webpack:///./src/pages/about.js"],"names":["webpackJsonp","202","module","exports","__webpack_require__","_interopRequireDefault","obj","__esModule","default","_classCallCheck","instance","Constructor","TypeError","_possibleConstructorReturn","self","call","ReferenceError","_inherits","subClass","superClass","prototype","Object","create","constructor","value","enumerable","writable","configurable","setPrototypeOf","__proto__","_react","_react2","About","_React$Component","this","apply","arguments","render","createElement","React","Component"],"mappings":"AAAAA,cAAc,iBAERC,IACA,SAAUC,EAAQC,EAASC,GAEhC,YAQA,SAASC,GAAuBC,GAAO,MAAOA,IAAOA,EAAIC,WAAaD,GAAQE,QAASF,GAEvF,QAASG,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,GAZjehB,EAAQI,YAAa,CCPtB,IAAAuB,GAAA1B,EAAA,GDWK2B,EAAU1B,EAAuByB,GCTjBE,EDmBR,SAAUC,GAGlB,QAASD,KAGL,MAFAvB,GAAgByB,KAAMF,GAEfnB,EAA2BqB,KAAMD,EAAiBE,MAAMD,KAAME,YAyBzE,MA9BAnB,GAAUe,EAAOC,GAQjBD,EAAMZ,UC3BPiB,OD2B0B,WC1BtB,MACIN,GAAAvB,QAAA8B,cAAA,WACIP,EAAAvB,QAAA8B,cAAA,sBACAP,EAAAvB,QAAA8B,cAAA,mBACAP,EAAAvB,QAAA8B,cAAA,0LD4CJN,GClDuBO,UAAMC,UDqDxCrC,GAAQK,QCrDYwB,EDsDpB9B,EAAOC,QAAUA,EAAiB","file":"component---src-pages-about-js-fdfdcd6a9570ef93138b.js","sourcesContent":["webpackJsonp([263791100135453],{\n\n/***/ 202:\n/***/ (function(module, exports, __webpack_require__) {\n\n\t'use strict';\n\t\n\texports.__esModule = true;\n\t\n\tvar _react = __webpack_require__(4);\n\t\n\tvar _react2 = _interopRequireDefault(_react);\n\t\n\tfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\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 About = function (_React$Component) {\n\t _inherits(About, _React$Component);\n\t\n\t function About() {\n\t _classCallCheck(this, About);\n\t\n\t return _possibleConstructorReturn(this, _React$Component.apply(this, arguments));\n\t }\n\t\n\t About.prototype.render = function render() {\n\t return _react2.default.createElement(\n\t 'div',\n\t null,\n\t _react2.default.createElement(\n\t 'h1',\n\t null,\n\t 'About Me'\n\t ),\n\t _react2.default.createElement(\n\t 'p',\n\t null,\n\t 'Gatsby'\n\t ),\n\t _react2.default.createElement(\n\t 'p',\n\t null,\n\t 'Lorem ipsum dolor, sit amet consectetur adipisicing elit. Nostrum nam eligendi qui illo iure! Maiores soluta dignissimos odio nam nisi facere incidunt aspernatur eligendi '\n\t )\n\t );\n\t };\n\t\n\t return About;\n\t}(_react2.default.Component);\n\t\n\texports.default = About;\n\tmodule.exports = exports['default'];\n\n/***/ })\n\n});\n\n\n// WEBPACK FOOTER //\n// component---src-pages-about-js-fdfdcd6a9570ef93138b.js","import React from 'react';\r\n\r\nexport default class About extends React.Component {\r\n render() {\r\n return (\r\n <div>\r\n <h1>About Me</h1>\r\n <p>Gatsby</p>\r\n <p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Nostrum nam eligendi qui illo iure! Maiores soluta dignissimos odio nam nisi facere incidunt aspernatur eligendi </p>\r\n </div>\r\n );\r\n }\r\n}\n\n\n// WEBPACK FOOTER //\n// ./src/pages/about.js"],"sourceRoot":""}