refactor(editor): move crud to doc (#9479)

This commit is contained in:
Saul-Mirone
2025-01-02 07:27:08 +00:00
parent be387a6f33
commit ad422d2f05
15 changed files with 23 additions and 37 deletions

View File

@@ -1,6 +1,6 @@
import type { ExtensionType } from '@blocksuite/block-std';
import { createIdentifier } from '@blocksuite/global/di';
import { Slot } from '@blocksuite/store';
import { Slot } from '@blocksuite/global/utils';
import type { Viewport } from '../types';