Explore: Move data source loader into the select (#19465)

This commit is contained in:
Andrej Ocenas
2019-10-02 10:15:06 +02:00
committed by GitHub
parent 9a68236d8d
commit 16b041608d
14 changed files with 249 additions and 22 deletions

View File

@@ -28,7 +28,7 @@ const handleThemeChange = (theme: string) => {
}
};
// automatically import all files ending in *.stories.tsx
const req = require.context('../src/components', true, /.story.tsx$/);
const req = require.context('../src', true, /.story.tsx$/);
addDecorator(withKnobs);
addDecorator(withPaddedStory);