Skip to content

Commit

Permalink
Update hatc-gauge-card.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tagcashdev committed Nov 16, 2022
1 parent 2218815 commit fd65219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hatc-gauge-card.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

import {html, css, LitElement} from "https://unpkg.com/lit[email protected]/lit-element.js?module";
import {html, css, LitElement} from "lit";

function isObject(val) {
return val instanceof Object;
Expand Down

0 comments on commit fd65219

Please sign in to comment.