6 lines
145 B
JavaScript
Raw Normal View History

2025-02-28 19:43:11 +08:00
import { commonLight } from "../../_styles/common/index.mjs";
const rowLight = {
name: 'Row',
common: commonLight
};
export default rowLight;