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

View File

@@ -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>>;