mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-17 14:27:02 +08:00
12 lines
221 B
TypeScript
12 lines
221 B
TypeScript
import {
|
|
AFFINE_EDGELESS_AUTO_CONNECT_WIDGET,
|
|
EdgelessAutoConnectWidget,
|
|
} from '.';
|
|
|
|
export function effects() {
|
|
customElements.define(
|
|
AFFINE_EDGELESS_AUTO_CONNECT_WIDGET,
|
|
EdgelessAutoConnectWidget
|
|
);
|
|
}
|