Skip to content

Commit

Permalink
fix: import customElement from lit/decorators
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-godoy authored and paodb committed Jan 9, 2024
1 parent 096fcbb commit b9c1b6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
* #L%
*/
import {
customElement,
html,
LitElement
} from "lit-element";

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

(function () {
Expand Down

0 comments on commit b9c1b6f

Please sign in to comment.