From 8b5e47ed73c7f253e959447659cf819276234b08 Mon Sep 17 00:00:00 2001 From: lawvs <18554747+lawvs@users.noreply.github.com> Date: Wed, 27 Jul 2022 12:07:51 +0800 Subject: [PATCH] chore: update import --- libs/components/editor-core/src/RenderRoot.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/components/editor-core/src/RenderRoot.tsx b/libs/components/editor-core/src/RenderRoot.tsx index 7ab57cfa60..ddeabab4ff 100644 --- a/libs/components/editor-core/src/RenderRoot.tsx +++ b/libs/components/editor-core/src/RenderRoot.tsx @@ -11,7 +11,8 @@ import { type ReturnUnobserve, } from '@toeverything/datasource/db-service'; import { addNewGroup } from './recast-block'; -import { useIsOnDrag } from '.'; +import { useIsOnDrag } from './hooks'; +import { HookType } from './editor'; interface RenderRootProps { editor: BlockEditor;