mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-22 19:53:48 +08:00
refactor(editor): rename presets to integration test (#10340)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { CommentInput } from './comment-input.js';
|
||||
import { CommentPanel } from './comment-panel.js';
|
||||
|
||||
export function effects() {
|
||||
customElements.define('comment-input', CommentInput);
|
||||
customElements.define('comment-panel', CommentPanel);
|
||||
}
|
||||
Reference in New Issue
Block a user