diff --git a/docs/snippets/common/storybook-mdx-template-with-prop.mdx.mdx b/docs/snippets/common/storybook-mdx-template-with-prop.mdx.mdx index 009ecd7eab78..d4cf4b108780 100644 --- a/docs/snippets/common/storybook-mdx-template-with-prop.mdx.mdx +++ b/docs/snippets/common/storybook-mdx-template-with-prop.mdx.mdx @@ -1,7 +1,7 @@ ```mdx {/* DocumentationTemplate.mdx */} -import { Meta, Title, Subtitle, Description, Primary, Controls, Stories } from '@storybook/blocks'; +import { Meta, Title, Primary, Controls, Stories } from '@storybook/blocks'; {/* * 👇 The isTemplate property is required to tell Storybook that this is a template