fix: error reference

This commit is contained in:
QiShaoXuan
2023-01-10 10:12:25 +08:00
parent 76af339b12
commit 76a039c885
2 changed files with 2 additions and 2 deletions
@@ -8,7 +8,7 @@ import {
PageMeta,
} from './interface';
import { createDefaultWorkspace } from './utils';
import { WorkspaceInfo } from '@affine/datacenter/dist/src/types';
import { WorkspaceInfo } from '@affine/datacenter';
type AppStateContextProps = PropsWithChildren<Record<string, unknown>>;
+1 -1
View File
@@ -27,5 +27,5 @@ export const getDataCenter = _initializeDataCenter();
export type { DataCenter };
export type { AccessTokenMessage } from './provider/affine/apis';
export type { WorkspaceInfo as Workspace, User } from './types';
export * from './types';
export { getLogger } from './logger';