Latest updates from IceHrmPro
This commit is contained in:
13
web/node_modules/rc-notification/lib/index.js
generated
vendored
Normal file
13
web/node_modules/rc-notification/lib/index.js
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = void 0;
|
||||
|
||||
var _Notification = _interopRequireDefault(require("./Notification"));
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
var _default = _Notification.default;
|
||||
exports.default = _default;
|
||||
Reference in New Issue
Block a user