Storybook: Forms legend docs fix (#72487)

This commit is contained in:
Krishna Dhakal
2023-07-28 15:46:07 +05:45
committed by GitHub
parent 234b5c8c21
commit a7deca396e

View File

@@ -1,4 +1,4 @@
import { Story, Preview, ArgTypes } from '@storybook/blocks';
import { Meta, Story, Preview, ArgTypes } from '@storybook/blocks';
import { Legend } from './Legend';
<Meta title="MDX|Legend" component={Legend} />