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