import { commonDark } from "../../_styles/common/index.mjs"; import { self } from "./light.mjs"; const stepsDark = { name: 'Steps', common: commonDark, self }; export default stepsDark;