Merge branch 'feat/datacenter' of https://github.com/toeverything/AFFiNE into feat/datacenter

This commit is contained in:
DiamondThree
2023-01-10 11:04:45 +08:00
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>>;