mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +00:00
chore(docs): rebuild storybook [ci skip]
Adds Notification component. Removes space from "Unordered List," "Ordered List" story names.
This commit is contained in:
parent
12d88fb911
commit
6cc2eecd88
12 changed files with 20 additions and 20 deletions
|
@ -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 });
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue