Files
AFFiNE-Mirror/blocksuite/integration-test/src/effects.ts
T

8 lines
212 B
TypeScript

import '@blocksuite/blocks/effects';
import { TestAffineEditorContainer } from './editors/index.js';
export function effects() {
customElements.define('affine-editor-container', TestAffineEditorContainer);
}