1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

renamed SWR config file

This commit is contained in:
Fedor Katurov 2021-11-21 17:16:38 +07:00
parent e8f8e3536d
commit 6ca4c514bf
3 changed files with 6 additions and 7 deletions

View file

@ -1,6 +1,3 @@
import { IState } from '../store';
export const selectNode = (state: IState) => state.node;
export const selectNodeComments = (state: IState) => state.node.comments;
export const selectNodeCurrent = (state: IState) => state.node.current;
export const selectNodeEditor = (state: IState) => state.node.editor;