Files
AFFiNE-Mirror/packages/common/infra/src/workspace/global-schema.ts
T
2024-03-05 14:19:11 +08:00

7 lines
206 B
TypeScript

import { AffineSchemas } from '@blocksuite/blocks/schemas';
import { Schema } from '@blocksuite/store';
export const globalBlockSuiteSchema = new Schema();
globalBlockSuiteSchema.register(AffineSchemas);