mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
8 lines
212 B
TypeScript
8 lines
212 B
TypeScript
import '@blocksuite/affine/effects';
|
|
|
|
import { TestAffineEditorContainer } from './editors/index.js';
|
|
|
|
export function effects() {
|
|
customElements.define('affine-editor-container', TestAffineEditorContainer);
|
|
}
|