-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponent---src-pages-404-js-cd51d374be13da4bdeeb.js.map
1 lines (1 loc) · 1.95 KB
/
component---src-pages-404-js-cd51d374be13da4bdeeb.js.map
1
{"version":3,"sources":["webpack:///component---src-pages-404-js-cd51d374be13da4bdeeb.js","webpack:///./src/pages/404.js"],"names":["webpackJsonp","385","module","exports","__webpack_require__","Glamor","_interopRequireDefault","obj","__esModule","default","_react","NotFoundPage","createElement","call"],"mappings":"AAAAA,cAAc,iBAERC,IACA,SAAUC,EAAQC,EAASC,IAEJ,SAASC,GAAS,YAQ9C,SAASC,GAAuBC,GAAO,MAAOA,IAAOA,EAAIC,WAAaD,GAAQE,QAASF,GANvFJ,EAAQK,YAAa,CCPtB,IAAAE,GAAAN,EAAA,GAEMO,GDSSL,EAAuBI,GCTjB,iBACnBL,GAAAO,cAAA,WACEP,EAAAO,cAAA,uBACAP,EAAAO,cAAA,sED2BHT,GAAQM,QCvBME,EDwBdT,EAAOC,QAAUA,EAAiB,UACLU,KAAKV,EAASC,EAAoB","file":"component---src-pages-404-js-cd51d374be13da4bdeeb.js","sourcesContent":["webpackJsonp([162898551421021],{\n\n/***/ 385:\n/***/ (function(module, exports, __webpack_require__) {\n\n\t/* WEBPACK VAR INJECTION */(function(Glamor) {'use strict';\n\t\n\texports.__esModule = true;\n\t\n\tvar _react = __webpack_require__(2);\n\t\n\tvar _react2 = _interopRequireDefault(_react);\n\t\n\tfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\t\n\tvar NotFoundPage = function NotFoundPage() {\n\t return Glamor.createElement(\n\t 'div',\n\t null,\n\t Glamor.createElement(\n\t 'h1',\n\t null,\n\t 'NOT FOUND'\n\t ),\n\t Glamor.createElement(\n\t 'p',\n\t null,\n\t 'You just hit a route that doesn\\'t exist... the sadness.'\n\t )\n\t );\n\t};\n\t\n\texports.default = NotFoundPage;\n\tmodule.exports = exports['default'];\n\t/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(16)))\n\n/***/ })\n\n});\n\n\n// WEBPACK FOOTER //\n// component---src-pages-404-js-cd51d374be13da4bdeeb.js","import React from 'react'\n\nconst NotFoundPage = () => (\n <div>\n <h1>NOT FOUND</h1>\n <p>You just hit a route that doesn't exist... the sadness.</p>\n </div>\n)\n\nexport default NotFoundPage\n\n\n\n// WEBPACK FOOTER //\n// ./src/pages/404.js"],"sourceRoot":""}