8 lines
191 B
JavaScript
Raw Normal View History

2025-02-28 19:43:11 +08:00
import { commonDark } from "../../_styles/common/index.mjs";
import { self } from "./light.mjs";
const thingDark = {
name: 'Thing',
common: commonDark,
self
};
export default thingDark;