import { Description, Meta, Story } from '@storybook/blocks'
import * as Examples from './background-color.stories'

<Meta of={Examples} />

# Background Color

<Description />

<Story of={Examples.BackgroundColor} />
