fix: message in affine

This commit is contained in:
DiamondThree 2023-01-12 17:16:44 +08:00
parent 20e4686851
commit 251cfc2340

View File

@ -21,7 +21,7 @@ import {
import { WorkspaceUnit } from '../../workspace-unit.js';
import { createBlocksuiteWorkspace, applyUpdate } from '../../utils/index.js';
import type { SyncMode } from '../../workspace-unit';
import { MessageCenter } from 'src/message/message.js';
import { MessageCenter } from '../../message/index.js';
type ChannelMessage = {
ws_list: Workspace[];