Skip to content

Commit

Permalink
update lit element import
Browse files Browse the repository at this point in the history
  • Loading branch information
ybk5053 committed Dec 16, 2023
1 parent 54c38aa commit 60d6574
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions dist/yt_dlp-card.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import {
LitElement,
html,
css,
} from "https://cdn.jsdelivr.net/gh/lit/dist@2/core/lit-core.min.js";
console.info("YT-DLP Card 0.1");
const LitElement = window.LitElement || Object.getPrototypeOf(customElements.get("hui-masonry-view") );
const html = LitElement.prototype.html;
const css = LitElement.prototype.css;

export class YTDLPCard extends LitElement {
_hass;
Expand Down

0 comments on commit 60d6574

Please sign in to comment.