UNPKG

281 BJavaScriptView Raw
1// IMPORTANT
2// ---------
3// This is an auto generated file with React CDK.
4// Do not modify this file.
5
6import { configure } from '@kadira/storybook'
7
8window.STORYBOOK_REACT_CLASSES = {}
9
10function loadStories () {
11 require('../example/stories')
12}
13
14configure(loadStories, module)