mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-23 05:25:53 +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);
|
|
}
|