-
Notifications
You must be signed in to change notification settings - Fork 0
/
component---src-pages-404-jsx-8bc3c0b1f2e45fb8d20b.js.map
1 lines (1 loc) · 1.61 KB
/
component---src-pages-404-jsx-8bc3c0b1f2e45fb8d20b.js.map
1
{"version":3,"sources":["webpack:///component---src-pages-404-jsx-8bc3c0b1f2e45fb8d20b.js","webpack:///./src/pages/404.jsx"],"names":["webpackJsonp","219","module","exports","__webpack_require__","_interopRequireDefault","obj","__esModule","default","_react","_react2","NotFoundPage","createElement"],"mappings":"AAAAA,cAAc,iBAERC,IACA,SAAUC,EAAQC,EAASC,GAEhC,YAQA,SAASC,GAAuBC,GAAO,MAAOA,IAAOA,EAAIC,WAAaD,GAAQE,QAASF,GANvFH,EAAQI,YAAa,CCPtB,IAAAE,GAAAL,EAAA,GDWKM,EAAUL,EAAuBI,GCThCE,EAAe,iBACnBD,GAAAF,QAAAI,cAAA,WACEF,EAAAF,QAAAI,cAAA,wBDuBHT,GAAQK,QCnBMG,EDoBdT,EAAOC,QAAUA,EAAiB","file":"component---src-pages-404-jsx-8bc3c0b1f2e45fb8d20b.js","sourcesContent":["webpackJsonp([183328146348521],{\n\n/***/ 219:\n/***/ (function(module, exports, __webpack_require__) {\n\n\t'use strict';\n\t\n\texports.__esModule = true;\n\t\n\tvar _react = __webpack_require__(1);\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 _react2.default.createElement(\n\t 'div',\n\t null,\n\t _react2.default.createElement(\n\t 'h1',\n\t null,\n\t 'NOT FOUND'\n\t )\n\t );\n\t};\n\t\n\texports.default = NotFoundPage;\n\tmodule.exports = exports['default'];\n\n/***/ })\n\n});\n\n\n// WEBPACK FOOTER //\n// component---src-pages-404-jsx-8bc3c0b1f2e45fb8d20b.js","import React from 'react';\n\nconst NotFoundPage = () => (\n <div>\n <h1>NOT FOUND</h1>\n </div>\n);\n\nexport default NotFoundPage;\n\n\n\n// WEBPACK FOOTER //\n// ./src/pages/404.jsx"],"sourceRoot":""}