refactor: use injected store so we can use a distinct instance not a global one
This commit is contained in:
@@ -58,5 +58,4 @@ export const initialState: RevueFlowState = {
|
||||
|
||||
const store = configureStore(initialState);
|
||||
|
||||
export type StoreType = typeof store;
|
||||
export default store;
|
||||
|
||||
Reference in New Issue
Block a user