refactor(core): move infra modules to core (#9207)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import type { DocMode } from '@blocksuite/affine/blocks';
|
||||
import type { WorkspaceMetadata } from '@toeverything/infra';
|
||||
|
||||
import type { WorkspaceMetadata } from '../workspace';
|
||||
|
||||
export type SettingTab =
|
||||
| 'shortcuts'
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import type { Framework } from '@toeverything/infra';
|
||||
import { WorkspaceScope } from '@toeverything/infra';
|
||||
|
||||
import { WorkspaceScope } from '../workspace';
|
||||
import { GlobalDialogService } from './services/dialog';
|
||||
import { WorkspaceDialogService } from './services/workspace-dialog';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user