mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
fixed imports
This commit is contained in:
parent
aed45c298b
commit
e7eb2fd14f
1 changed files with 1 additions and 7 deletions
|
@ -1,13 +1,7 @@
|
||||||
import { all, call, put, select, takeLatest, takeLeading } from 'redux-saga/effects';
|
import { all, call, put, select, takeLatest, takeLeading } from 'redux-saga/effects';
|
||||||
import { push } from 'connected-react-router';
|
import { push } from 'connected-react-router';
|
||||||
|
|
||||||
import {
|
import { COMMENTS_DISPLAY, EMPTY_NODE, NODE_ACTIONS, NODE_EDITOR_DATA } from './constants';
|
||||||
COMMENTS_DISPLAY,
|
|
||||||
EMPTY_COMMENT,
|
|
||||||
EMPTY_NODE,
|
|
||||||
NODE_ACTIONS,
|
|
||||||
NODE_EDITOR_DATA,
|
|
||||||
} from './constants';
|
|
||||||
import {
|
import {
|
||||||
nodeCreate,
|
nodeCreate,
|
||||||
nodeDeleteTag,
|
nodeDeleteTag,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue