All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web-interface.assets.54.746b58959a350aa1ebcf.js.map Maven / Gradle / Ivy

There is a newer version: 6.0.6
Show newest version
{"version":3,"sources":["webpack:///54.746b58959a350aa1ebcf.js","webpack:///./src/pages/NotFoundPage.jsx"],"names":["webpackJsonp","1480","module","exports","__webpack_require__","_interopRequireDefault","obj","__esModule","default","Object","defineProperty","value","_react","_react2","_reactBootstrap","_common","_NotFoundPage","_NotFoundPage2","NotFoundPage","createClass","displayName","componentDidMount","use","componentWillUnmount","unuse","render","createElement","DocumentTitle","title","Row","className","Col","mdOffset","md","Jumbotron"],"mappings":"AAAAA,cAAc,KAERC,KACA,SAAUC,EAAQC,QAASC,GAEjC,YAmBA,SAASC,GAAuBC,GAAO,MAAOA,IAAOA,EAAIC,WAAaD,GAAQE,QAASF,GAhBvFG,OAAOC,eAAeP,QAAS,cAC7BQ,OAAO,GCTT,IAAAC,GAAAR,EAAA,GDcIS,EAAUR,EAAuBO,GCbrCE,EAAAV,EAAA,IACAW,EAAAX,EAAA,IAEAY,EAAAZ,EAAA,KDkBIa,EAAiBZ,EAAuBW,GChBtCE,EAAeL,EAAAL,QAAMW,aAAYC,YAAA,eACrCC,kBADqC,WAEnCJ,EAAAT,QAAMc,OAGRC,qBALqC,WAMnCN,EAAAT,QAAMgB,SAGRC,OATqC,WAUnC,MACEZ,GAAAL,QAAAkB,cAAAX,EAAAY,eAAeC,MAAM,aACnBf,EAAAL,QAAAkB,cAAAZ,EAAAe,KAAKC,UAAU,uBACbjB,EAAAL,QAAAkB,cAAAZ,EAAAiB,KAAKC,SAAU,EAAGC,GAAI,GACpBpB,EAAAL,QAAAkB,cAAAZ,EAAAoB,UAAA,KACErB,EAAAL,QAAAkB,cAAA,4BACAb,EAAAL,QAAAkB,cAAA,4EACAb,EAAAL,QAAAkB,cAAA,kFD8CdvB,SAAQK,QCrCOU,EDsCfhB,EAAOC,QAAUA,QAAiB","file":"54.746b58959a350aa1ebcf.js","sourcesContent":["webpackJsonp([54],{\n\n/***/ 1480:\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\n\n\nObject.defineProperty(exports, \"__esModule\", {\n  value: true\n});\n\nvar _react = __webpack_require__(2);\n\nvar _react2 = _interopRequireDefault(_react);\n\nvar _reactBootstrap = __webpack_require__(16);\n\nvar _common = __webpack_require__(46);\n\nvar _NotFoundPage = __webpack_require__(291);\n\nvar _NotFoundPage2 = _interopRequireDefault(_NotFoundPage);\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nvar NotFoundPage = _react2.default.createClass({\n  displayName: 'NotFoundPage',\n  componentDidMount: function componentDidMount() {\n    _NotFoundPage2.default.use();\n  },\n  componentWillUnmount: function componentWillUnmount() {\n    _NotFoundPage2.default.unuse();\n  },\n  render: function render() {\n    return _react2.default.createElement(\n      _common.DocumentTitle,\n      { title: 'Not Found' },\n      _react2.default.createElement(\n        _reactBootstrap.Row,\n        { className: 'jumbotron-container' },\n        _react2.default.createElement(\n          _reactBootstrap.Col,\n          { mdOffset: 2, md: 8 },\n          _react2.default.createElement(\n            _reactBootstrap.Jumbotron,\n            null,\n            _react2.default.createElement(\n              'h1',\n              null,\n              'Page not found'\n            ),\n            _react2.default.createElement(\n              'p',\n              null,\n              'The party gorilla was just here, but had another party to rock.'\n            ),\n            _react2.default.createElement(\n              'p',\n              null,\n              'Oh, party gorilla! How we miss you! Will we ever see you again?'\n            )\n          )\n        )\n      )\n    );\n  }\n});\n\nexports.default = NotFoundPage;\nmodule.exports = exports['default'];\n\n/***/ })\n\n});\n\n\n// WEBPACK FOOTER //\n// 54.746b58959a350aa1ebcf.js","import React from 'react';\nimport { Col, Jumbotron, Row } from 'react-bootstrap';\nimport { DocumentTitle } from 'components/common';\n\nimport style from '!style/useable!css!./NotFoundPage.css';\n\nconst NotFoundPage = React.createClass({\n  componentDidMount() {\n    style.use();\n  },\n\n  componentWillUnmount() {\n    style.unuse();\n  },\n\n  render() {\n    return (\n      \n        \n          \n            \n              

Page not found

\n

The party gorilla was just here, but had another party to rock.

\n

Oh, party gorilla! How we miss you! Will we ever see you again?

\n
\n \n
\n
\n );\n },\n});\n\nexport default NotFoundPage;\n\n\n\n// WEBPACK FOOTER //\n// ./src/pages/NotFoundPage.jsx"],"sourceRoot":""}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy