14 lines
397 B
JavaScript
Raw Permalink Normal View History

2024-01-29 09:26:07 +08:00
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const _common_1 = __importDefault(require("./_common"));
const spaceDark = {
name: 'Space',
self() {
return _common_1.default;
}
};
exports.default = spaceDark;