From 87cb472ee9dd5e8a5036d62cc96cfa249318101a Mon Sep 17 00:00:00 2001 From: Dzmitry Tamashevich Date: Thu, 25 Apr 2024 16:53:56 +0300 Subject: [PATCH] fix eslint --- uui-editor/src/plugins/tablePlugin/TableElement.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/uui-editor/src/plugins/tablePlugin/TableElement.tsx b/uui-editor/src/plugins/tablePlugin/TableElement.tsx index dbd0198498..36441c2451 100644 --- a/uui-editor/src/plugins/tablePlugin/TableElement.tsx +++ b/uui-editor/src/plugins/tablePlugin/TableElement.tsx @@ -1,7 +1,6 @@ import React from 'react'; import { PlateElement, - PlateElementProps, withHOC, withRef, } from '@udecode/plate-common';