chore(docs): rebuild storybook [ci skip]

Adds Notification component.

Removes space from "Unordered List," "Ordered List" story names.
This commit is contained in:
Eric Liu 2019-12-20 19:01:49 -08:00
commit 6cc2eecd88
12 changed files with 20 additions and 20 deletions

View file

@ -1,7 +1,7 @@
import { withKnobs } from '@storybook/addon-knobs';
import Component from './OrderedList.Story.svelte';
export default { title: 'Ordered List', decorators: [withKnobs] };
export default { title: 'OrderedList', decorators: [withKnobs] };
export const Default = () => ({ Component });