mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
Add global app styles to the StoryBook, fix casing for UI stories
This commit is contained in:
@@ -3,7 +3,7 @@ import { storiesOf } from '@storybook/react';
|
||||
|
||||
import Button from './Button';
|
||||
|
||||
storiesOf('ui/form', module).add('Button', () => (
|
||||
storiesOf('UI/Form', module).add('Button', () => (
|
||||
<>
|
||||
<div>
|
||||
<Button label="Green Button" />{' '}
|
||||
|
Reference in New Issue
Block a user