mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
6 lines
146 B
TypeScript
6 lines
146 B
TypeScript
import { FrameBlockComponent } from './frame-block';
|
|
|
|
export function effects() {
|
|
customElements.define('affine-frame', FrameBlockComponent);
|
|
}
|