Storybook: Forms tag docs fix (#72489)

This commit is contained in:
Krishna Dhakal
2023-07-28 12:01:29 +02:00
committed by GitHub
parent a7deca396e
commit 255999947e
@@ -1,4 +1,4 @@
import { Preview, ArgTypes } from '@storybook/blocks';
import { Meta, Preview, ArgTypes } from '@storybook/blocks';
import { Tag } from './Tag';
<Meta title="MDX|Tag" component={Tag} />