3
0
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00

Storybook: Forms tag docs fix ()

This commit is contained in:
Krishna Dhakal 2023-07-28 15:46:29 +05:45 committed by GitHub
parent a7deca396e
commit 255999947e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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} />