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