Skip to content

Commit

Permalink
Merge pull request #28614 from booc0mtaco/patch-1
Browse files Browse the repository at this point in the history
Docs: Update theming example
  • Loading branch information
jonniebigodes committed Jul 23, 2024
2 parents 8bccace + 5482a5c commit 68abfec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_snippets/storybook-theme-example-variables.md
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit 68abfec

Please sign in to comment.