mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-29 00:06:09 +08:00
chore(editor): reorg packages (#10702)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
import { AFFINE_DOC_REMOTE_SELECTION_WIDGET } from './doc';
|
||||
import { AffineDocRemoteSelectionWidget } from './doc/doc-remote-selection';
|
||||
import {
|
||||
AFFINE_EDGELESS_REMOTE_SELECTION_WIDGET,
|
||||
EdgelessRemoteSelectionWidget,
|
||||
} from './edgeless';
|
||||
|
||||
export function effects() {
|
||||
customElements.define(
|
||||
AFFINE_DOC_REMOTE_SELECTION_WIDGET,
|
||||
AffineDocRemoteSelectionWidget
|
||||
);
|
||||
customElements.define(
|
||||
AFFINE_EDGELESS_REMOTE_SELECTION_WIDGET,
|
||||
EdgelessRemoteSelectionWidget
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user