mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-15 17:16:16 +08:00
chore: merge blocksuite source code (#9213)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { GfxViewportElement } from './gfx/viewport-element.js';
|
||||
import { EditorHost } from './view/index.js';
|
||||
|
||||
export function effects() {
|
||||
customElements.define('editor-host', EditorHost);
|
||||
customElements.define('gfx-viewport', GfxViewportElement);
|
||||
}
|
||||
Reference in New Issue
Block a user