import * as React from 'react' import { storiesOf } from '@storybook/react' import centered from '@storybook/addon-centered/react' import { Parallax } from './Parallax' import './Parallax.stories.css' storiesOf('Parallax', module) .addDecorator(centered) .add('Depth', () => (
))