Skip to content

Commit

Permalink
Update ha-nfl-card.js
Browse files Browse the repository at this point in the history
  • Loading branch information
D34DC3N73R authored Nov 30, 2023
1 parent dd5c910 commit a7a8e95
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dist/ha-nfl-card.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { html } from "https://unpkg.com/[email protected]/lit-html.js?module";
import { LitElement } from "https://cdn.jsdelivr.net/gh/lit/dist@2/core/lit-core.min.js";
import {
LitElement,
html,
} from "https://unpkg.com/[email protected]/lit-element.js?module";

class NFLCard extends LitElement {

Expand Down

0 comments on commit a7a8e95

Please sign in to comment.