Various build extension fixes.
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
// ====================================================================
|
||||
|
||||
import { TemplateResult, html } from 'lit';
|
||||
import { customElement } from 'lit/decorators';
|
||||
import { dispatchMediaLoadEvent } from '../common';
|
||||
import { customElement } from 'lit/decorators.js';
|
||||
import { dispatchMediaLoadEvent } from '../common.js';
|
||||
|
||||
customElements.whenDefined('ha-camera-stream').then(() => {
|
||||
// ========================================================================================
|
||||
|
||||
Reference in New Issue
Block a user