mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 10:22:55 +08:00
chore(editor): reorg packages (#10702)
This commit is contained in:
8
blocksuite/affine/blocks/block-note/src/index.ts
Normal file
8
blocksuite/affine/blocks/block-note/src/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export * from './adapters';
|
||||
export * from './commands';
|
||||
export * from './components/edgeless-note-background';
|
||||
export * from './config';
|
||||
export * from './note-block';
|
||||
export * from './note-edgeless-block';
|
||||
export * from './note-service';
|
||||
export * from './note-spec';
|
||||
Reference in New Issue
Block a user