mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-26 05:16:41 +07:00
removed cells
This commit is contained in:
parent
12ddd923ce
commit
203791b170
5 changed files with 16 additions and 98 deletions
4
src/redux/node/selectors.ts
Normal file
4
src/redux/node/selectors.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
import { IState } from "../store";
|
||||
import { INodeState } from "./reducer";
|
||||
|
||||
export const selectNode = (state: IState): INodeState => state.node;
|
Loading…
Add table
Add a link
Reference in a new issue