Fix shared store

This commit is contained in:
Vadim
2021-01-24 22:15:19 +03:00
parent 57e177c88b
commit 3acceff7c3
3 changed files with 35 additions and 11 deletions

View File

@@ -61,4 +61,4 @@ function createStore() {
};
}
export const store = createStore();
export { createStore };