mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-01 17:50:50 +08:00
refactor(editor): orgnize exports (#10709)
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user