refactor(editor): move mini mindmap to ai module (#9497)

This commit is contained in:
Saul-Mirone
2025-01-03 03:34:56 +00:00
parent cbc84ff672
commit 30a181da38
19 changed files with 85 additions and 210 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
import '@blocksuite/affine-block-surface/effects';
export * from './editors/index.js';
export * from './fragments/index.js';
export * from './helpers/index.js';
export * from './editors';
export * from './fragments';
export * from './helpers';
const env =
typeof globalThis !== 'undefined'