2024-01-29 09:26:07 +08:00

6 lines
145 B
JavaScript

import { commonLight } from "../../_styles/common/index.mjs";
const rowLight = {
name: 'Row',
common: commonLight
};
export default rowLight;