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