12345678910111213141516 |
- "use strict";
- Object.defineProperty(exports, "__esModule", {
- value: true
- });
- exports.default = void 0;
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
- var Admin = function Admin() {
- _classCallCheck(this, Admin);
- };
- var _default = new Admin();
- exports.default = _default;
|