From d27bf835bf3a65740e7c9135f6777e0f705461f1 Mon Sep 17 00:00:00 2001 From: zbeyens Date: Mon, 7 Oct 2024 15:42:14 +0200 Subject: [PATCH] fix --- .../src/react/stores/plate/selectors/useEditorPlugin.ts | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/packages/core/src/react/stores/plate/selectors/useEditorPlugin.ts b/packages/core/src/react/stores/plate/selectors/useEditorPlugin.ts index 88f342a9bc..d76a695dc5 100644 --- a/packages/core/src/react/stores/plate/selectors/useEditorPlugin.ts +++ b/packages/core/src/react/stores/plate/selectors/useEditorPlugin.ts @@ -1,11 +1,8 @@ -import type { - AnyPluginConfig, - InferConfig, - WithRequiredKey, -} from '../../../../lib'; +import type { AnyPluginConfig, WithRequiredKey } from '../../../../lib'; import type { PlateEditor } from '../../../editor'; import { + type InferConfig, type PlatePlugin, type PlatePluginContext, getEditorPlugin,