From 1bd75fa04e9425a5c8298ab1b167705bfc60c812 Mon Sep 17 00:00:00 2001 From: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> Date: Wed, 2 Feb 2022 04:36:04 +0700 Subject: [PATCH] chore(tools): update import statement (#44990) --- tools/ui-components/src/introduction.stories.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ui-components/src/introduction.stories.mdx b/tools/ui-components/src/introduction.stories.mdx index 2fa2b0ca65..0982c15693 100644 --- a/tools/ui-components/src/introduction.stories.mdx +++ b/tools/ui-components/src/introduction.stories.mdx @@ -1,4 +1,4 @@ -import { Meta } from '@storybook/addon-docs/blocks'; +import { Meta } from '@storybook/addon-docs'; import Code from './assets/code-brackets.svg'; import Colors from './assets/colors.svg'; import Comments from './assets/comments.svg';