From e7eb2fd14fc14aacd10cd75153ada461b09fca2b Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Wed, 6 Oct 2021 16:45:52 +0700 Subject: [PATCH] fixed imports --- src/redux/node/sagas.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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,