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