Files
AFFiNE-Mirror/blocksuite/affine/block-frame/src/effects.ts
2024-12-26 04:45:11 +00:00

6 lines
146 B
TypeScript

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