feat: fix path

This commit is contained in:
MingLiang Wang
2023-01-10 17:00:18 +08:00
parent 31d3a012f9
commit 0f2af25249
2 changed files with 3 additions and 2 deletions
@@ -11,7 +11,7 @@ import { WebsocketProvider } from './sync.js';
import { getApis } from './apis/index.js';
import type { Apis, WorkspaceDetail, Callback } from './apis';
import { setDefaultAvatar } from '../utils.js';
import { MessageCode } from 'src/message/code.js';
import { MessageCode } from 'src/message';
export interface AffineProviderConstructorParams
extends ProviderConstructorParams {