Skip to content

Commit

Permalink
fix unpkg.com error
Browse files Browse the repository at this point in the history
  • Loading branch information
D34DC3N73R authored Oct 15, 2023
1 parent ff67e72 commit dd5c910
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/ha-nfl-card.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { html, LitElement } from "https://unpkg.com/lit?module";
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";

class NFLCard extends LitElement {

Expand Down

0 comments on commit dd5c910

Please sign in to comment.