refactor(editor): rename presets to integration test (#10340)

This commit is contained in:
Saul-Mirone
2025-02-21 06:26:03 +00:00
parent f79324b6a1
commit f3218ab3bc
116 changed files with 156 additions and 210 deletions
@@ -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);
}