mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
#34 cleanup
This commit is contained in:
parent
86a22cca3c
commit
a5947cebe1
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ import React, {
|
|||
useCallback,
|
||||
useEffect,
|
||||
useRef,
|
||||
useState
|
||||
useState,
|
||||
} from 'react';
|
||||
import classNames from 'classnames';
|
||||
import autosize from 'autosize';
|
||||
|
|
|
@ -25,7 +25,7 @@ import {
|
|||
nodeSetRelated,
|
||||
nodeSetSaveErrors,
|
||||
nodeSetTags,
|
||||
nodeUpdateTags
|
||||
nodeUpdateTags,
|
||||
} from './actions';
|
||||
import {
|
||||
getNode,
|
||||
|
@ -37,7 +37,7 @@ import {
|
|||
postNodeLock,
|
||||
postNodeLockComment,
|
||||
postNodeStar,
|
||||
updateNodeTags
|
||||
updateNodeTags,
|
||||
} from './api';
|
||||
import { reqWrapper } from '../auth/sagas';
|
||||
import { flowSetNodes, flowSetUpdated } from '../flow/actions';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue