Fix error due to duplicate line

SyntaxError: Identifier 'Highlight' has already been declared
This commit is contained in:
QuickMythril 2023-02-04 23:11:15 -05:00 committed by GitHub
parent 4edf96d13a
commit 96e235ef92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,6 @@ import Placeholder from '@tiptap/extension-placeholder'
import Highlight from '@tiptap/extension-highlight'
import { Editor, Extension } from '@tiptap/core'
import Highlight from '@tiptap/extension-highlight'
const parentEpml = new Epml({ type: 'WINDOW', source: window.parent })
class Chat extends LitElement {
@ -982,4 +981,4 @@ class Chat extends LitElement {
}
}
window.customElements.define('q-chat', Chat)
window.customElements.define('q-chat', Chat)