mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
Some auth storybooks progress [skip ci]
This commit is contained in:
@@ -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} />);
|
||||
Reference in New Issue
Block a user