From 86ad08aee8b0b22ea5e66845a19a20d1ff440cd9 Mon Sep 17 00:00:00 2001 From: Vijay Singh Date: Wed, 13 Dec 2023 21:26:27 +0100 Subject: [PATCH] Docs: Fixed Typo in documentation template Removed unused imports from Documentation Template --- docs/snippets/common/storybook-mdx-template-with-prop.mdx.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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