mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 23:11:23 +08:00
FIX duplicate stories warning in official storybook example
This commit is contained in:
parent
21119191ab
commit
8539813c28
@ -5,7 +5,7 @@ import { ResetWrapper } from '../../typography/DocumentFormatting';
|
||||
|
||||
export default {
|
||||
component: SectionRow,
|
||||
title: 'Docs/SectionRow',
|
||||
title: 'Docs/SectionRow/Args',
|
||||
decorators: [
|
||||
(getStory) => (
|
||||
<ResetWrapper>
|
||||
|
@ -5,7 +5,7 @@ import { ResetWrapper } from '../../typography/DocumentFormatting';
|
||||
|
||||
export default {
|
||||
component: SectionRow,
|
||||
title: 'Docs/SectionRow',
|
||||
title: 'Docs/SectionRow/Props',
|
||||
decorators: [
|
||||
(getStory) => (
|
||||
<ResetWrapper>
|
||||
|
Loading…
x
Reference in New Issue
Block a user