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,
|
useCallback,
|
||||||
useEffect,
|
useEffect,
|
||||||
useRef,
|
useRef,
|
||||||
useState
|
useState,
|
||||||
} from 'react';
|
} from 'react';
|
||||||
import classNames from 'classnames';
|
import classNames from 'classnames';
|
||||||
import autosize from 'autosize';
|
import autosize from 'autosize';
|
||||||
|
|
|
@ -25,7 +25,7 @@ import {
|
||||||
nodeSetRelated,
|
nodeSetRelated,
|
||||||
nodeSetSaveErrors,
|
nodeSetSaveErrors,
|
||||||
nodeSetTags,
|
nodeSetTags,
|
||||||
nodeUpdateTags
|
nodeUpdateTags,
|
||||||
} from './actions';
|
} from './actions';
|
||||||
import {
|
import {
|
||||||
getNode,
|
getNode,
|
||||||
|
@ -37,7 +37,7 @@ import {
|
||||||
postNodeLock,
|
postNodeLock,
|
||||||
postNodeLockComment,
|
postNodeLockComment,
|
||||||
postNodeStar,
|
postNodeStar,
|
||||||
updateNodeTags
|
updateNodeTags,
|
||||||
} from './api';
|
} from './api';
|
||||||
import { reqWrapper } from '../auth/sagas';
|
import { reqWrapper } from '../auth/sagas';
|
||||||
import { flowSetNodes, flowSetUpdated } from '../flow/actions';
|
import { flowSetNodes, flowSetUpdated } from '../flow/actions';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue