6 lines
145 B
JavaScript
6 lines
145 B
JavaScript
|
import { commonLight } from "../../_styles/common/index.mjs";
|
||
|
const rowLight = {
|
||
|
name: 'Row',
|
||
|
common: commonLight
|
||
|
};
|
||
|
export default rowLight;
|