Skip to content

Commit b9c1b6f

Browse files
javier-godoypaodb
authored andcommitted
fix: import customElement from lit/decorators
1 parent 096fcbb commit b9c1b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/META-INF/resources/frontend/code-viewer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
* #L%
1919
*/
2020
import {
21-
customElement,
2221
html,
2322
LitElement
2423
} from "lit-element";
2524

25+
import {customElement} from 'lit/decorators/custom-element.js';
2626
import "./prism.js";
2727

2828
(function () {

0 commit comments

Comments
 (0)