Skip to content

Commit

Permalink
Merge pull request #15 from Chaotic/patch-1
Browse files Browse the repository at this point in the history
Update circle-sensor-card.js
  • Loading branch information
iantrich authored Jun 5, 2021
2 parents 9b3b78c + 2f41e40 commit 27c331d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle-sensor-card.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {
LitElement, html
} from 'https://unpkg.com/@polymer/lit-element@^0.5.2/lit-element.js?module';
} from 'https://unpkg.com/@polymer/[email protected]/lit-element.js?module';

class CircleSensorCard extends LitElement {
static get properties() {
Expand Down

0 comments on commit 27c331d

Please sign in to comment.