import { colorsExamples } from './colors'; import { tokensExamples } from './tokens'; import { typographyExamples } from './typography'; export const designExamples = { name: "Design", examples: { colors: colorsExamples, tokens: tokensExamples, typography: { name: "Typography", examples: typographyExamples } } };