import {
  Meta,
  Story,
  Preview,
  Props,
} from '@storybook/addon-docs/blocks';
import BackgroundStyle from './BackgroundStyle';

<Meta title="_Q3/Components" component={BackgroundStyle} />

# BackgroundStyle

<Preview>
  <Story name="BackgroundStyle">
    <BackgroundStyle />
  </Story>
</Preview>
