mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-27 10:52:40 +08:00
refactor(editor): move database selection into the corresponding view (#9752)
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
import { BlockRenderer, NoteRenderer } from '@blocksuite/affine-block-database';
|
||||
import {
|
||||
BlockRenderer,
|
||||
DatabaseSelection,
|
||||
NoteRenderer,
|
||||
} from '@blocksuite/affine-block-database';
|
||||
import { CaptionedBlockComponent } from '@blocksuite/affine-components/caption';
|
||||
import {
|
||||
menu,
|
||||
@@ -26,7 +30,6 @@ import {
|
||||
import {
|
||||
createRecordDetail,
|
||||
createUniComponentFromWebComponent,
|
||||
DatabaseSelection,
|
||||
type DataSource,
|
||||
DataView,
|
||||
dataViewCommonStyle,
|
||||
|
||||
Reference in New Issue
Block a user