Files
AFFiNE-Mirror/blocksuite/integration-test/src/effects.ts
2025-03-09 05:44:26 +00:00

8 lines
212 B
TypeScript

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