mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 13:25:12 +00:00
refactor(editor): merge inline to std (#11025)
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
import '../declare-test-window.js';
|
||||
|
||||
import type { InlineRange, InlineRootElement } from '@blocksuite/affine/inline';
|
||||
import type {
|
||||
InlineRange,
|
||||
InlineRootElement,
|
||||
} from '@blocksuite/affine/block-std/inline';
|
||||
import type { DatabaseBlockModel, ListType } from '@blocksuite/affine/model';
|
||||
import type { RichText } from '@blocksuite/affine/rich-text';
|
||||
import type { BlockModel } from '@blocksuite/affine/store';
|
||||
|
||||
Reference in New Issue
Block a user