From afa69fc86f29e5ba73df9d6b46cad853191bc62f Mon Sep 17 00:00:00 2001 From: Untone Date: Mon, 16 Sep 2024 02:53:49 +0300 Subject: [PATCH] editor-fix --- src/components/Views/EditView/EditView.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/Views/EditView/EditView.tsx b/src/components/Views/EditView/EditView.tsx index 67fc3bbb..6a6079ac 100644 --- a/src/components/Views/EditView/EditView.tsx +++ b/src/components/Views/EditView/EditView.tsx @@ -1,4 +1,3 @@ -import { Editor } from '@tiptap/core' import { clsx } from 'clsx' import deepEqual from 'fast-deep-equal' import { @@ -46,7 +45,6 @@ const GrowingTextarea = lazy(() => import('~/components/_shared/GrowingTextarea/ type Props = { shout: Shout - editor: Editor } export const MAX_HEADER_LIMIT = 100