mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-03 10:30:12 +08:00
6 lines
176 B
TypeScript
6 lines
176 B
TypeScript
import { EdgelessTextBlockComponent } from './edgeless-text-block';
|
|
|
|
export function effects() {
|
|
customElements.define('affine-edgeless-text', EdgelessTextBlockComponent);
|
|
}
|