mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-11 05:58:56 +08:00
6 lines
146 B
TypeScript
6 lines
146 B
TypeScript
import { LatexBlockComponent } from './latex-block';
|
|
|
|
export function effects() {
|
|
customElements.define('affine-latex', LatexBlockComponent);
|
|
}
|