Accepts command with no parameter

This commit is contained in:
Cássio Zen
2016-07-07 12:04:19 -03:00
parent 238e671f4f
commit 923678d74f
4 changed files with 49 additions and 28 deletions

View File

@ -1,7 +1,7 @@
import { configure } from '@kadira/storybook';
import '../src/index.css';
function loadStories() {
require('../src/index.css');
require('../src/containers/stories/');
require('../src/components/stories/');
}