refactor(editor): orgnize exports (#10709)

This commit is contained in:
Saul-Mirone
2025-03-10 02:04:01 +00:00
parent 6540b568b0
commit ec709925ee
266 changed files with 522 additions and 889 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { writeFile } from 'node:fs/promises';
import { join } from 'node:path';
import { fileURLToPath } from 'node:url';
import { AffineCanvasTextFonts } from '@blocksuite/affine/blocks';
import { AffineCanvasTextFonts } from '@blocksuite/affine/shared/services';
const fontPath = join(
fileURLToPath(import.meta.url),