adds integrations with bookish-server, the books API and the google books API, adds functionality for library, searching for books, and displaying renters registered in the system
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
"use strict";
|
||||
|
||||
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
||||
|
||||
exports.__esModule = true;
|
||||
exports["default"] = exports.ReactReduxContext = void 0;
|
||||
|
||||
var _react = _interopRequireDefault(require("react"));
|
||||
|
||||
var ReactReduxContext =
|
||||
/*#__PURE__*/
|
||||
_react["default"].createContext(null);
|
||||
|
||||
exports.ReactReduxContext = ReactReduxContext;
|
||||
|
||||
if (process.env.NODE_ENV !== 'production') {
|
||||
ReactReduxContext.displayName = 'ReactRedux';
|
||||
}
|
||||
|
||||
var _default = ReactReduxContext;
|
||||
exports["default"] = _default;
|
||||
Reference in New Issue
Block a user