mirror of
https://github.com/strapi/strapi.git
synced 2025-09-22 23:09:47 +00:00
Export dispatch in app.js
This commit is contained in:
parent
6c4310b19d
commit
0f995df88d
@ -140,3 +140,8 @@ plugins.ports.forEach(pluginPort => {
|
||||
window.document.body.appendChild(script);
|
||||
});
|
||||
});
|
||||
|
||||
const dispatch = store.dispatch;
|
||||
export {
|
||||
dispatch,
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user