Added storybook stories

This commit is contained in:
Cássio Zen
2016-07-05 15:48:18 -03:00
parent 4f7df1b911
commit 409f0e2ec0
8 changed files with 107 additions and 5 deletions

View File

@ -11,7 +11,7 @@ const store = configureStore();
window.store = store;
const el = document.createElement('div');
el.id = 'appRoot';
el.id = 'root';
document.body.appendChild(el);
render((