mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 02:31:07 +08:00
13 lines
246 B
JavaScript
13 lines
246 B
JavaScript
// IMPORTANT
|
|
// ---------
|
|
// This is an auto generated file with React CDK.
|
|
// Do not modify this file.
|
|
|
|
import { configure } from '@kadira/storybook';
|
|
|
|
function loadStories() {
|
|
require('../example/stories');
|
|
}
|
|
|
|
configure(loadStories, module);
|