mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
refactor(core): move infra modules to core (#9207)
This commit is contained in:
@@ -2,8 +2,9 @@ import { DebugLogger } from '@affine/debug';
|
||||
import { DEFAULT_WORKSPACE_NAME } from '@affine/env/constant';
|
||||
import onboardingUrl from '@affine/templates/onboarding.zip';
|
||||
import { ZipTransformer } from '@blocksuite/affine/blocks';
|
||||
import type { WorkspacesService } from '@toeverything/infra';
|
||||
import { DocsService } from '@toeverything/infra';
|
||||
|
||||
import { DocsService } from '../modules/doc';
|
||||
import type { WorkspacesService } from '../modules/workspace';
|
||||
|
||||
export async function buildShowcaseWorkspace(
|
||||
workspacesService: WorkspacesService,
|
||||
|
||||
Reference in New Issue
Block a user