mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-24 17:35:16 +00:00
20 lines
504 B
JavaScript
20 lines
504 B
JavaScript
|
"use strict";
|
||
|
|
||
|
Object.defineProperty(exports, "__esModule", {
|
||
|
value: !0
|
||
|
});
|
||
|
|
||
|
var hoistNonReactStatics$1 = require("hoist-non-react-statics");
|
||
|
|
||
|
function _interopDefault(e) {
|
||
|
return e && e.__esModule ? e : {
|
||
|
default: e
|
||
|
};
|
||
|
}
|
||
|
|
||
|
var hoistNonReactStatics__default = _interopDefault(hoistNonReactStatics$1), hoistNonReactStatics = function(targetComponent, sourceComponent) {
|
||
|
return hoistNonReactStatics__default.default(targetComponent, sourceComponent);
|
||
|
};
|
||
|
|
||
|
exports.default = hoistNonReactStatics;
|