From e906fac728d797868cc9f4093293fac990e56f25 Mon Sep 17 00:00:00 2001 From: Hossein Mehrabi Date: Fri, 6 Oct 2023 19:09:56 +0330 Subject: [PATCH] chore: fix storybook error --- packages/lsd-react/.storybook/withTheme.decorator.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/lsd-react/.storybook/withTheme.decorator.tsx b/packages/lsd-react/.storybook/withTheme.decorator.tsx index 3d2edc7..a1ed3bc 100644 --- a/packages/lsd-react/.storybook/withTheme.decorator.tsx +++ b/packages/lsd-react/.storybook/withTheme.decorator.tsx @@ -1,4 +1,4 @@ -import { useGlobals } from '@storybook/manager-api' +import { useGlobals } from '@storybook/preview-api' import { Decorator } from '@storybook/react' import React, { useEffect } from 'react' import { ThemeProvider } from '../src'