mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-23 21:38:44 +08:00
refactor(editor): add gfx entry in bs global package (#10612)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { Point } from '@blocksuite/global/utils';
|
||||
import type { Point } from '@blocksuite/global/gfx';
|
||||
|
||||
export function wait(time: number = 0) {
|
||||
return new Promise(resolve => {
|
||||
|
||||
Reference in New Issue
Block a user