Skip to content

Commit 3beac89

Browse files
javier-godoypaodb
authored andcommitted
revert: fix: avoid import from lit-element
This reverts commit 1febde7.
1 parent d9d0297 commit 3beac89

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@
1818
* #L%
1919
*/
2020
import {
21+
customElement,
2122
html,
22-
LitElement,
23-
unsafeCSS,
24-
} from 'lit';
25-
26-
import {customElement} from 'lit/decorators.js';
23+
LitElement
24+
} from "lit-element";
2725

2826
import "./prism.js";
2927

0 commit comments

Comments
 (0)