Skip to content

Commit

Permalink
Merge pull request #20735 from storybookjs/tom/sb-899-change-all-impo…
Browse files Browse the repository at this point in the history
…rts-from-storybookaddon

Docs: Fix one final usage of `@storybook/addon-docs/blocks`
  • Loading branch information
JReinhold authored Jan 23, 2023
2 parents 994a26d + 54791a3 commit 8073d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/snippets/angular/loader-story.mdx.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
```md
<!-- TodoItem.stories.mdx -->

import { Meta, Story } from '@storybook/addon-docs/blocks';
import { Meta, Story } from '@storybook/blocks';

import { TodoItem } from './TodoItem';

Expand Down

0 comments on commit 8073d04

Please sign in to comment.