mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 10:22:55 +08:00
refactor(editor): add gfx entry in bs global package (#10612)
This commit is contained in:
@@ -30,8 +30,8 @@ import {
|
||||
import type {
|
||||
EdgelessRootBlockComponent,
|
||||
NoteBlockModel,
|
||||
} from '@blocksuite/blocks';
|
||||
import type { IVec } from '@blocksuite/global/utils';
|
||||
} from '@blocksuite/affine/blocks';
|
||||
import type { IVec } from '@blocksuite/affine/global/gfx';
|
||||
import { expect, type Page } from '@playwright/test';
|
||||
|
||||
const title = 'Edgeless Note Header Test';
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type * as BlocksuiteBlocks from '@blocksuite/affine/blocks';
|
||||
import type { IVec, XYWH } from '@blocksuite/global/utils';
|
||||
import type { IVec, XYWH } from '@blocksuite/affine/global/gfx';
|
||||
import { expect, type Locator, type Page } from '@playwright/test';
|
||||
|
||||
declare type _GLOBAL_ = typeof BlocksuiteBlocks;
|
||||
|
||||
Reference in New Issue
Block a user