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;