refactor(actions): use createAction util function
This commit is contained in:
+1
-1
@@ -55,6 +55,6 @@ export const initialState: ReactFlowState = {
|
||||
|
||||
const store = configureStore(initialState);
|
||||
|
||||
export type AppDispatch = typeof store.dispatch;
|
||||
export type ReactFlowDispatch = typeof store.dispatch;
|
||||
|
||||
export default store;
|
||||
|
||||
Reference in New Issue
Block a user