Some auth storybooks progress [skip ci]

This commit is contained in:
ErickSkrauch
2020-07-31 23:11:26 +03:00
parent 3cff6ad26c
commit 7eeeb7cc61
4 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
import React from 'react';
import { storiesOf } from '@storybook/react';
import { AuthPresenter } from 'app/components/auth/Auth.story';
import ChooseAccount from './ChooseAccount';
// TODO: provide accounts list
// TODO: provide application name
storiesOf('Components/Auth', module).add('ChooseAccount', () => <AuthPresenter factory={ChooseAccount} />);