We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff8dd4 commit e98c083Copy full SHA for e98c083
extension/src/app/reducers/panel/index.ts
@@ -6,7 +6,6 @@ import reports from '@redux-devtools/app/lib/reducers/reports';
6
import section from '@redux-devtools/app/lib/reducers/section';
7
import theme from '@redux-devtools/app/lib/reducers/theme';
8
import connection from '@redux-devtools/app/lib/reducers/connection';
9
-import socket from '@redux-devtools/app/lib/reducers/socket';
10
import { StoreState } from '@redux-devtools/app/lib/reducers';
11
import { StoreActionWithTogglePersist } from '../../stores/windowStore';
12
@@ -19,7 +18,6 @@ const rootReducer: Reducer<StoreState, StoreActionWithTogglePersist> =
19
18
section,
20
theme,
21
connection,
22
- socket,
23
});
24
25
export default rootReducer;
0 commit comments