mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
fixed iflowstate
This commit is contained in:
parent
b47a803aaa
commit
4a7fe884f9
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue