mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 04:01:48 +08:00
Double title.
This commit is contained in:
parent
270284f705
commit
2c9acb31e6
@ -16,7 +16,6 @@ export default {
|
|||||||
title: 'List',
|
title: 'List',
|
||||||
component: List,
|
component: List,
|
||||||
subcomponents: { ListItem }, //👈 Adds the ListItem component as a subcomponent
|
subcomponents: { ListItem }, //👈 Adds the ListItem component as a subcomponent
|
||||||
title: 'List',
|
|
||||||
} as ComponentMeta<typeof List>;
|
} as ComponentMeta<typeof List>;
|
||||||
|
|
||||||
const Empty: ComponentStory<typeof List> = (args) => <List {...args} />;
|
const Empty: ComponentStory<typeof List> = (args) => <List {...args} />;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user