Merge pull request #5999 from area73/patch-3

Update index.md
This commit is contained in:
Michael Shilman 2019-03-10 23:06:48 +08:00 committed by Michael Shilman
parent ea7c589ac1
commit 752f27cc5b

View File

@ -97,7 +97,7 @@ export default create({
Finally, import your theme into `.storybook/config` and add it to your Storybook parameters.
```js
import { yourTheme } from './yourTheme';
import yourTheme from './yourTheme';
addParameters({
options: {