mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-23 13:29:02 +08:00
104c21d84c
@affine/workspace -> (@affine/workspace, @affine/workspace-impl)
7 lines
252 B
TypeScript
7 lines
252 B
TypeScript
import { __unstableSchemas, AffineSchemas } from '@blocksuite/blocks/models';
|
|
import { Schema } from '@blocksuite/store';
|
|
|
|
export const globalBlockSuiteSchema = new Schema();
|
|
|
|
globalBlockSuiteSchema.register(AffineSchemas).register(__unstableSchemas);
|