import { base } from './base'; import { semantic } from './semantic'; export const color = { base, semantic, };