import React from 'react' import { storiesOf } from '@storybook/react' import { BackgroundPrimary, BackgroundTertiary, BackgroundSecondary } from 'components/UI' storiesOf('Components.Background', module) .add('dark', () => ( )) .add('light', () => ( )) .add('lightest', () => ( ))