mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-11 22:18:54 +08:00
6 lines
154 B
TypeScript
6 lines
154 B
TypeScript
import { DividerBlockComponent } from './divider-block';
|
|
|
|
export function effects() {
|
|
customElements.define('affine-divider', DividerBlockComponent);
|
|
}
|