fix(core): center peek doc view circular deps (#10253)

This commit is contained in:
pengx17
2025-02-19 02:23:53 +00:00
parent 5a7ab880c1
commit 29f8a627b6
8 changed files with 75 additions and 87 deletions

View File

@@ -1,3 +1,6 @@
// the following import is used to ensure the block suite editor effects are run
import '../components/blocksuite/block-suite-editor';
import { DebugLogger } from '@affine/debug';
import { DEFAULT_WORKSPACE_NAME } from '@affine/env/constant';
import onboardingUrl from '@affine/templates/onboarding.zip';