refactor(actions): use createAction util function

This commit is contained in:
moklick
2021-01-28 16:33:53 +01:00
parent 23c2c49e52
commit 835d539108
8 changed files with 164 additions and 457 deletions
+1 -1
View File
@@ -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;