12 lines
180 B
Plaintext
12 lines
180 B
Plaintext
import { Meta } from '@storybook/blocks'
|
|
|
|
import { Colors } from './Colors'
|
|
|
|
import { base } from '.'
|
|
|
|
<Meta title="Global/Colors/Base" />
|
|
|
|
# Colors: Base
|
|
|
|
<Colors theme={base} />
|