mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-11 14:08:55 +08:00
chore(editor): reorg packages (#10702)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { FrameBlockComponent } from './frame-block';
|
||||
|
||||
export function effects() {
|
||||
customElements.define('affine-frame', FrameBlockComponent);
|
||||
}
|
||||
Reference in New Issue
Block a user