mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-01 17:39:55 +08:00
refactor(editor): remove blocks package (#10708)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { Workspace } from '@blocksuite/store';
|
||||
import type { Workspace } from '@blocksuite/affine/store';
|
||||
|
||||
export interface InitFn {
|
||||
(collection: Workspace, docId: string): Promise<void> | void;
|
||||
|
||||
Reference in New Issue
Block a user