import React from 'react'; import { storiesOf } from '@storybook/react'; import { action } from '@storybook/addon-actions'; import { FormModel } from 'app/components/ui/form'; import { ProfileLayout } from 'app/components/profile/Profile.story'; import ChangeUsername from './ChangeUsername'; storiesOf('Components/Profile', module).add('ChangeUsername', () => ( { action('onSubmit')(form); return Promise.resolve(); }} /> ));