1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00
This commit is contained in:
Fedor Katurov 2021-02-27 18:59:48 +07:00
parent 86a22cca3c
commit a5947cebe1
2 changed files with 3 additions and 3 deletions

View file

@ -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';

View file

@ -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';