Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. Syntax error
  2. bundle.js (8016,1)
  3.  
  4.  
  5. "use strict";
  6. eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _App_css__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./App.css */ \"./src/components/App/App.css\");\n/* harmony import */ var _App_css__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_App_css__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var office_ui_fabric_react_lib_Fabric__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! office-ui-fabric-react/lib/Fabric */ \"./node_modules/office-ui-fabric-react/lib/Fabric.js\");\n/* harmony import */ var react_redux__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! react-redux */ \"./node_modules/react-redux/es/index.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! react */ \"./node_modules/react/index.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_3__);\n/* harmony import */ var _redux_store_configureStore__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../redux/store/configureStore */ \"./src/redux/store/configureStore.ts\");\n/* harmony import */ var _redux_reducers_rootState__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../redux/reducers/rootState */ \"./src/redux/reducers/rootState.ts\");\n\r\n\r\n\r\n\r\n\r\n\r\nconst store = Object(_redux_store_configureStore__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(_redux_reducers_rootState__WEBPACK_IMPORTED_MODULE_5__[\"default\"]);\r\nconst App = (props) => {\r\n return (react__WEBPACK_IMPORTED_MODULE_3___default.a.createElement(react_redux__WEBPACK_IMPORTED_MODULE_2__[\"Provider\"], { store: store },\r\n react__WEBPACK_IMPORTED_MODULE_3___default.a.createElement(office_ui_fabric_react_lib_Fabric__WEBPACK_IMPORTED_MODULE_1__[\"Fabric\"], { className: \"app\" }, props.routes)));\r\n};\r\n/* harmony default export */ __webpack_exports__[\"default\"] = (App);\r\n\n\n//# sourceURL=webpack:///./src/components/App/App.tsx?");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement