Add global app styles to the StoryBook, fix casing for UI stories

This commit is contained in:
ErickSkrauch
2020-01-15 22:15:04 +03:00
parent 503687c50a
commit 32ebba63a1
3 changed files with 3 additions and 1 deletions

View File

@@ -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" />{' '}