mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 02:31:07 +08:00
Merge pull request #8610 from yosefalnajjarofficial/patch-2
Missing Comma
This commit is contained in:
commit
d37970ee08
@ -117,7 +117,7 @@ If you want to load from multiple locations, you can use an array:
|
||||
import { configure } from '@storybook/react';
|
||||
|
||||
configure([
|
||||
require.context('../src/components', true, /\.stories\.js$/)
|
||||
require.context('../src/components', true, /\.stories\.js$/),
|
||||
require.context('../lib', true, /\.stories\.js$/)
|
||||
], module);
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user