12 lines
222 B
Plaintext
12 lines
222 B
Plaintext
import { Meta } from '@storybook/blocks'
|
|
|
|
import { Colors } from './Colors'
|
|
|
|
import { downtownCamper } from '.'
|
|
|
|
<Meta title="Global/Colors/Downtown Camper" />
|
|
|
|
# Colors: Downtown Camper
|
|
|
|
<Colors theme={downtownCamper} />
|