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