Skip to content

Commit

Permalink
docs: fix block indents default story
Browse files Browse the repository at this point in the history
  • Loading branch information
qradle-yndx committed Jan 10, 2025
1 parent f41ed13 commit e2c0d7c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Indents/__stories__/Indents.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {Meta, Primary, Title, Subtitle, Controls, Stories} from '@storybook/blocks';
import {Meta, Controls, Story, Stories} from '@storybook/blocks';

import * as IndentsStories from './Indents.stories.tsx';

Expand All @@ -17,5 +17,6 @@ import * as IndentsStories from './Indents.stories.tsx';

`xl` - 64px

<Primary />
<Controls />
<Story of={IndentsStories.L} />
<Controls />
<Stories />

0 comments on commit e2c0d7c

Please sign in to comment.