Skip to content

Commit

Permalink
fix(core): circular dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
forehalo committed Sep 20, 2024
1 parent 2cabc2d commit 39f6014
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 39f6014

Please sign in to comment.