Skip to content

Commit b373735

Browse files
committed
chore: move VerticalSpacing story to Layout as well #526
1 parent 73204bd commit b373735

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tedi/components/layout/vertical-spacing/vertical-spacing.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { VerticalSpacing, VerticalSpacingProps } from './vertical-spacing';
1111

1212
const meta: Meta<typeof VerticalSpacing> = {
1313
component: VerticalSpacing,
14-
title: 'Tedi-Ready/Components/Helpers/VerticalSpacing',
14+
title: 'Tedi-Ready/Layout/VerticalSpacing',
1515
subcomponents: {
1616
'VerticalSpacing.Item': VerticalSpacing.Item,
1717
} as never,

0 commit comments

Comments
 (0)