Skip to content

Commit 1febde7

Browse files
javier-godoypaodb
authored andcommitted
fix: avoid import from lit-element
1 parent 811b050 commit 1febde7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
import {
2-
customElement,
32
html,
43
LitElement,
54
unsafeCSS,
6-
} from "lit-element";
5+
} from 'lit';
6+
7+
import {customElement} from 'lit/decorators.js';
78

89
//@ts-ignore
910
import * as Prism from "./prism.js";

0 commit comments

Comments
 (0)