From e25caef8a38e973a0e74ab4b7b116daa45f92842 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Fri, 5 Jun 2020 17:09:53 +0700 Subject: [PATCH] removed node image block --- src/redux/node/constants.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/redux/node/constants.ts b/src/redux/node/constants.ts index ad90d481..981acceb 100644 --- a/src/redux/node/constants.ts +++ b/src/redux/node/constants.ts @@ -14,7 +14,6 @@ import { EditorAudioUploadButton } from '~/components/editors/EditorAudioUploadB import { EditorUploadCoverButton } from '~/components/editors/EditorUploadCoverButton'; import { Filler } from '~/components/containers/Filler'; import { modalShowPhotoswipe } from '../modal/actions'; -import { NodeImageBlock } from '~/components/node/NodeImageBlock'; const prefix = 'NODE.'; export const NODE_ACTIONS = {