Storybook ready

This commit is contained in:
Federico Kereki
2018-06-28 22:25:29 -03:00
parent c07fa2e1eb
commit 7bb0ebac0b
10 changed files with 16156 additions and 15767 deletions
-2
View File
@@ -4,5 +4,3 @@ configure(() => {
const req = require.context("../src", true, /\.story\.js$/);
req.keys().forEach(filename => req(filename));
}, module);
configure(loadStories, module);