Skip to content

Commit 31ad8f6

Browse files
javier-godoypaodb
authored andcommitted
fix!: import customElement from lit/decorators
Close #82
1 parent febb04d commit 31ad8f6

File tree

1 file changed

+1
-1
lines changed
  • src/main/resources/META-INF/frontend/fc-xterm

1 file changed

+1
-1
lines changed

src/main/resources/META-INF/frontend/fc-xterm/xterm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* limitations under the License.
1818
* #L%
1919
*/
20-
import { customElement } from 'lit-element';
20+
import {customElement} from 'lit/decorators/custom-element.js';
2121

2222
import { XTermElement } from './xterm-element';
2323
import { XTermClipboardMixin } from './xterm-clipboard-mixin';

0 commit comments

Comments
 (0)