From 922e8cc65a5a7037b81641fcdc06f1f066018143 Mon Sep 17 00:00:00 2001 From: Preeti Bansal Date: Thu, 10 Oct 2024 16:01:50 +0530 Subject: [PATCH] fix: link overview page is not loading --- packages/react/src/components/Link/Link.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/react/src/components/Link/Link.mdx b/packages/react/src/components/Link/Link.mdx index dda47f135a39..d611d6be34b7 100644 --- a/packages/react/src/components/Link/Link.mdx +++ b/packages/react/src/components/Link/Link.mdx @@ -1,4 +1,5 @@ import { ArgTypes, Canvas, Story, Meta } from '@storybook/blocks'; +import * as LinkStories from './Link.stories';