Storybook: Forms legend docs fix (#72487)

This commit is contained in:
Krishna Dhakal
2023-07-28 12:01:07 +02:00
committed by GitHub
parent 234b5c8c21
commit a7deca396e
@@ -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} />