From cb54e339df5bd10d3fb7e5a93f46c19fc96d40ec Mon Sep 17 00:00:00 2001 From: Andrew Holloway Date: Mon, 15 Jul 2024 10:44:52 -0500 Subject: [PATCH] Update storybook-theme-example-variables.md Update the import statement example to match conventions in storybook 8.2.x and newer --- docs/_snippets/storybook-theme-example-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_snippets/storybook-theme-example-variables.md b/docs/_snippets/storybook-theme-example-variables.md index 8fb75f792aba..0f045dc6c52e 100644 --- a/docs/_snippets/storybook-theme-example-variables.md +++ b/docs/_snippets/storybook-theme-example-variables.md @@ -1,5 +1,5 @@ ```js filename=".storybook/YourTheme.js" renderer="common" language="js" -import { create } from '@storybook/theming/create'; +import { create } from '@storybook/theming'; export default create({ base: 'light',