diff --git a/packages/frontend/core/src/modules/workbench/entities/workbench.ts b/packages/frontend/core/src/modules/workbench/entities/workbench.ts index a1fae2beda..898a6b9b14 100644 --- a/packages/frontend/core/src/modules/workbench/entities/workbench.ts +++ b/packages/frontend/core/src/modules/workbench/entities/workbench.ts @@ -1,4 +1,4 @@ -import { toURLSearchParams } from '@affine/core/modules/navigation'; +import { toURLSearchParams } from '@affine/core/modules/navigation/utils'; import { Unreachable } from '@affine/env/constant'; import type { ReferenceParams } from '@blocksuite/blocks'; import { Entity, LiveData } from '@toeverything/infra';