Skip to content

Commit c226293

Browse files
Fix type error
1 parent b1843da commit c226293

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
"react-splitter-layout": "^3.0.0",
9090
"react-table": "^6.8.6",
9191
"react-toggle-display": "^2.2.1",
92+
"redux": "^4.0.5",
9293
"redux-saga": "^1.1.3",
9394
"scriptjs": "^2.5.8",
9495
"semantic-ui-css": "^2.2.12",

src/components/Search/reducer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import produce from 'immer';
22
import { has } from 'ramda';
3-
import { Reducer } from 'react-redux';
3+
import { Reducer } from 'redux';
44

55
import * as t from './actionTypes';
66
import { State, init } from './model';

0 commit comments

Comments
 (0)