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:
parent
e8f8e3536d
commit
6ca4c514bf
3 changed files with 6 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue