mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-21 12:06:35 +08:00
7 lines
206 B
TypeScript
7 lines
206 B
TypeScript
import { AffineSchemas } from '@blocksuite/blocks/schemas';
|
|
import { Schema } from '@blocksuite/store';
|
|
|
|
export const globalBlockSuiteSchema = new Schema();
|
|
|
|
globalBlockSuiteSchema.register(AffineSchemas);
|