12 lines
206 B
Plaintext
12 lines
206 B
Plaintext
import { Meta } from '@storybook/blocks'
|
|
|
|
import { Colors } from './Colors'
|
|
|
|
import { grandHotel } from '.'
|
|
|
|
<Meta title="Global/Colors/Grand Hotel" />
|
|
|
|
# Colors: Grand Hotel
|
|
|
|
<Colors theme={grandHotel} />
|