refactor(editor): remove blocks package (#10708)

This commit is contained in:
Saul-Mirone
2025-03-09 05:44:26 +00:00
parent 0766a2d9ae
commit 12bc142809
277 changed files with 904 additions and 1060 deletions

View File

@@ -0,0 +1 @@
export * from '@blocksuite/affine-shared/adapters';

View File

@@ -0,0 +1 @@
export * from '@blocksuite/affine-shared/commands';

View File

@@ -0,0 +1 @@
export * from '@blocksuite/affine-shared/consts';

View File

@@ -0,0 +1 @@
export * from '@blocksuite/affine-shared/selection';

View File

@@ -0,0 +1 @@
export * from '@blocksuite/affine-shared/services';

View File

@@ -0,0 +1 @@
export * from '@blocksuite/affine-shared/styles';

View File

@@ -0,0 +1 @@
export * from '@blocksuite/affine-shared/theme';

View File

@@ -0,0 +1 @@
export * from '@blocksuite/affine-shared/types';

View File

@@ -0,0 +1 @@
export * from '@blocksuite/affine-shared/utils';