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