Skip to content

Commit

Permalink
fix(Storybook): removes Markdown from imports in Storybook docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arwehrman committed Oct 18, 2023
1 parent 3099229 commit dc3635b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@lightningjs/ui-components/src/docs/Storybook.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ limitations under the License.
SPDX-License-Identifier: Apache-2.0
\*/}

import { Meta, Markdown } from '@storybook/blocks';
import { Meta } from '@storybook/blocks';

<Meta title="Docs/Storybook Structure" />

Expand Down

0 comments on commit dc3635b

Please sign in to comment.