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,4 +1,3 @@
/* eslint-disable @typescript-eslint/no-non-null-assertion */
import type {
PeekOptions,
PeekViewService,
@@ -17,8 +16,9 @@ import {
type ThemeExtension,
toast,
} from '@blocksuite/blocks';
import { Slot } from '@blocksuite/global/utils';
import type { AffineEditorContainer } from '@blocksuite/presets';
import { type DocCollection, Slot } from '@blocksuite/store';
import { type DocCollection } from '@blocksuite/store';
import { signal } from '@preact/signals-core';
import type { TemplateResult } from 'lit';