import { storiesOf } from '@storybook/react'; import Onboarding from '.'; storiesOf('Onboarding', module) .add('Pure', () => ( ))