refactor(editor): extract note block (#9310)

This commit is contained in:
Saul-Mirone
2024-12-26 01:30:43 +00:00
parent 40b90ef51b
commit 2ffd0e561c
50 changed files with 467 additions and 394 deletions
@@ -0,0 +1,6 @@
export * from './adapters';
export * from './commands';
export * from './note-block';
export * from './note-edgeless-block';
export * from './note-service';
export * from './note-spec';