mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
removed node reducer
This commit is contained in:
parent
168ba8cc04
commit
8d2b56cafc
14 changed files with 62 additions and 208 deletions
|
@ -11,8 +11,6 @@ import auth from '~/redux/auth';
|
|||
import authSaga from '~/redux/auth/sagas';
|
||||
import { IAuthState } from '~/redux/auth/types';
|
||||
|
||||
import node, { INodeState } from '~/redux/node/reducer';
|
||||
|
||||
import flow, { IFlowState } from '~/redux/flow/reducer';
|
||||
import flowSaga from '~/redux/flow/sagas';
|
||||
|
||||
|
@ -65,7 +63,6 @@ export interface IState {
|
|||
auth: IAuthState;
|
||||
modal: IModalState;
|
||||
router: RouterState;
|
||||
node: INodeState;
|
||||
uploads: IUploadState;
|
||||
flow: IFlowState;
|
||||
player: IPlayerState;
|
||||
|
@ -91,7 +88,6 @@ export const store = createStore(
|
|||
modal,
|
||||
boris,
|
||||
router: connectRouter(history),
|
||||
node,
|
||||
uploads,
|
||||
flow: persistReducer(flowPersistConfig, flow),
|
||||
player: persistReducer(playerPersistConfig, player),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue