Various build extension fixes.

This commit is contained in:
Dermot Duffy
2021-10-24 07:57:28 -07:00
parent f089cc54e5
commit e5b1deb334
19 changed files with 87 additions and 86 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
import { CSSResultGroup, LitElement, TemplateResult, html, unsafeCSS } from 'lit';
import { customElement, property } from 'lit/decorators';
import { customElement, property } from 'lit/decorators.js';
import { Message } from '../types';
import { TROUBLESHOOTING_URL } from '../const';
import { localize } from '../localize/localize';
import { Message } from '../types.js';
import { TROUBLESHOOTING_URL } from '../const.js';
import { localize } from '../localize/localize.js';
import messageStyle from '../scss/message.scss';