diff --git a/src/redux/node/sagas.ts b/src/redux/node/sagas.ts index 2cecbb22..eb8ea507 100644 --- a/src/redux/node/sagas.ts +++ b/src/redux/node/sagas.ts @@ -1,13 +1,7 @@ import { all, call, put, select, takeLatest, takeLeading } from 'redux-saga/effects'; import { push } from 'connected-react-router'; -import { - COMMENTS_DISPLAY, - EMPTY_COMMENT, - EMPTY_NODE, - NODE_ACTIONS, - NODE_EDITOR_DATA, -} from './constants'; +import { COMMENTS_DISPLAY, EMPTY_NODE, NODE_ACTIONS, NODE_EDITOR_DATA } from './constants'; import { nodeCreate, nodeDeleteTag,