chore: update import

This commit is contained in:
lawvs
2022-07-27 12:07:51 +08:00
parent 9cd1890bb6
commit 8b5e47ed73

View File

@@ -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;