Export dispatch in app.js

This commit is contained in:
Pierre Burgy 2017-09-09 16:18:53 +02:00
parent 6c4310b19d
commit 0f995df88d

View File

@ -140,3 +140,8 @@ plugins.ports.forEach(pluginPort => {
window.document.body.appendChild(script);
});
});
const dispatch = store.dispatch;
export {
dispatch,
};