refactor: use injected store so we can use a distinct instance not a global one

This commit is contained in:
Braks
2021-07-13 16:13:15 +02:00
parent 8f727a4d93
commit 6c9d88b09d
13 changed files with 327 additions and 217 deletions
-1
View File
@@ -58,5 +58,4 @@ export const initialState: RevueFlowState = {
const store = configureStore(initialState);
export type StoreType = typeof store;
export default store;