Admin.js 385 B

12345678910111213141516
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports.default = void 0;
  6. function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
  7. var Admin = function Admin() {
  8. _classCallCheck(this, Admin);
  9. };
  10. var _default = new Admin();
  11. exports.default = _default;