fix: remove global, store and std in affine packages (#9785)

This commit is contained in:
Saul-Mirone
2025-01-20 06:14:46 +00:00
parent 66b6fd8b74
commit 2b3da1f0e9
19 changed files with 25 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
import { toURLSearchParams } from '@affine/core/modules/navigation';
import type { ReferenceParams } from '@blocksuite/blocks';
import type { ReferenceParams } from '@blocksuite/affine/blocks';
import { fromPromise, OnEvent, Service } from '@toeverything/infra';
import { isEmpty, omit } from 'lodash-es';
import { map, type Observable, switchMap } from 'rxjs';