8 lines
194 B
JavaScript
8 lines
194 B
JavaScript
|
import { commonDark } from "../../_styles/common/index.mjs";
|
||
|
import { self } from "./light.mjs";
|
||
|
const anchorDark = {
|
||
|
name: 'Anchor',
|
||
|
common: commonDark,
|
||
|
self
|
||
|
};
|
||
|
export default anchorDark;
|