1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

fixed iflowstate

This commit is contained in:
muerwre 2019-08-25 10:57:38 +07:00
parent b47a803aaa
commit 4a7fe884f9

View file

@ -1,4 +1,4 @@
import { IState } from '../store'; import { IState } from '../store';
import { INodeState } from './reducer'; import { IFlowState } from './reducer';
export const selectNode = (state: IState): INodeState => state.node; export const selectFlow = (state: IState): IFlowState => state.flow;