Merge pull request #10194 from storybookjs/shilman-patch-1

Fix theming import
This commit is contained in:
Michael Shilman 2020-03-24 00:08:28 +08:00 committed by GitHub
commit 1990c520ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ First create a new file in `.storybook` called `yourTheme.js`.
Next paste the code below and tweak the variables.
```ts
import { create } from '@storybook/theming/create';
import { create } from '@storybook/theming';
export default create({
base: 'light',