mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-29 04:53:54 +03:00
fix(extension): remove socket from panel store (#820)
This commit is contained in:
parent
bff8dd4924
commit
e98c083e41
|
@ -6,7 +6,6 @@ import reports from '@redux-devtools/app/lib/reducers/reports';
|
||||||
import section from '@redux-devtools/app/lib/reducers/section';
|
import section from '@redux-devtools/app/lib/reducers/section';
|
||||||
import theme from '@redux-devtools/app/lib/reducers/theme';
|
import theme from '@redux-devtools/app/lib/reducers/theme';
|
||||||
import connection from '@redux-devtools/app/lib/reducers/connection';
|
import connection from '@redux-devtools/app/lib/reducers/connection';
|
||||||
import socket from '@redux-devtools/app/lib/reducers/socket';
|
|
||||||
import { StoreState } from '@redux-devtools/app/lib/reducers';
|
import { StoreState } from '@redux-devtools/app/lib/reducers';
|
||||||
import { StoreActionWithTogglePersist } from '../../stores/windowStore';
|
import { StoreActionWithTogglePersist } from '../../stores/windowStore';
|
||||||
|
|
||||||
|
@ -19,7 +18,6 @@ const rootReducer: Reducer<StoreState, StoreActionWithTogglePersist> =
|
||||||
section,
|
section,
|
||||||
theme,
|
theme,
|
||||||
connection,
|
connection,
|
||||||
socket,
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export default rootReducer;
|
export default rootReducer;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user