Files
AFFiNE-Mirror/blocksuite/affine/blocks/block-frame/src/effects.ts
T
2025-03-08 12:00:34 +08:00

6 lines
146 B
TypeScript

import { FrameBlockComponent } from './frame-block';
export function effects() {
customElements.define('affine-frame', FrameBlockComponent);
}