From 76634c8a910e20db13edb2930d519d61b44e6ccc Mon Sep 17 00:00:00 2001 From: Petyo Ivanov Date: Sat, 13 Apr 2024 10:31:40 +0300 Subject: [PATCH] chore: lint --- src/plugins/table/TableEditor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/table/TableEditor.tsx b/src/plugins/table/TableEditor.tsx index e7fa62da..71de816f 100644 --- a/src/plugins/table/TableEditor.tsx +++ b/src/plugins/table/TableEditor.tsx @@ -16,7 +16,7 @@ import { createEditor } from 'lexical' import * as Mdast from 'mdast' -import React, { ElementType, ReactNode } from 'react' +import React, { ElementType } from 'react' import { exportLexicalTreeToMdast } from '../../exportMarkdownFromLexical' import { importMdastTreeToLexical } from '../../importMarkdownToLexical' import { lexicalTheme } from '../../styles/lexicalTheme'