mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-09 05:05:52 +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);
|
|
}
|