Cleaning more stuff.
This commit is contained in:
committed by
Mehdi Benadel
parent
b72b23d6ae
commit
1d14bbbda0
10
client/common/lib/elements/livechat.ts
Normal file
10
client/common/lib/elements/livechat.ts
Normal file
@ -0,0 +1,10 @@
|
||||
import { LitElement } from 'lit'
|
||||
|
||||
/**
|
||||
* Base class for all Custom Elements.
|
||||
*/
|
||||
export class LivechatElement extends LitElement {
|
||||
protected createRenderRoot = (): HTMLElement | DocumentFragment => {
|
||||
return this
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user