mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-20 19:46:32 +08:00
6 lines
160 B
TypeScript
6 lines
160 B
TypeScript
import { DataViewBlockComponent } from './data-view-block';
|
|
|
|
export function effects() {
|
|
customElements.define('affine-data-view', DataViewBlockComponent);
|
|
}
|