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

@@ -3,13 +3,14 @@ import {
type NoteBlockModel,
NoteDisplayMode,
} from '@blocksuite/affine/blocks';
import { Slot } from '@blocksuite/affine/global/utils';
import type {
AffineEditorContainer,
DocTitle,
EdgelessEditor,
PageEditor,
} from '@blocksuite/affine/presets';
import { type BlockModel, type Doc, Slot } from '@blocksuite/affine/store';
import { type BlockModel, type Doc } from '@blocksuite/affine/store';
import clsx from 'clsx';
import type React from 'react';
import {