diff --git a/src/shared/state/reducer.root.ts b/src/shared/state/reducer.root.ts index 101b135b..5c6b5bdd 100644 --- a/src/shared/state/reducer.root.ts +++ b/src/shared/state/reducer.root.ts @@ -9,7 +9,6 @@ const rootReducer = combineReducers({ data, storage }) type RootState = ReturnType -// eslint-disable-next-line @typescript-eslint/no-invalid-void-type type AppThunk = ThunkAction< ReturnType, RootState,