Moved draft state for an entry (when in edit mode) to Redux

This commit is contained in:
Cássio Zen
2016-06-08 04:42:24 -03:00
parent 2d48743f37
commit 9275aaec90
11 changed files with 206 additions and 112 deletions

View File

@ -7,6 +7,8 @@ import 'file?name=index.html!../example/index.html';
const store = configureStore();
window.store = store;
const el = document.createElement('div');
document.body.appendChild(el);