diff --git a/src/components/card-drawer.ts b/src/components/card-drawer.ts index c5510541..52d03d59 100644 --- a/src/components/card-drawer.ts +++ b/src/components/card-drawer.ts @@ -2,7 +2,6 @@ import { LitElement, html, css } from 'lit'; import { customElement, property } from 'lit/decorators.js'; import './card-renderer.js'; -import './word-cloud.js'; import './card-thumbnail-list.js'; import './web-renderer.js'; @@ -26,8 +25,7 @@ import * as icons from './my-icons.js'; import { CardID, - CardType, - WordCloud + CardType } from '../types.js'; import { @@ -88,9 +86,6 @@ class CardDrawer extends LitElement { @property({ type : Boolean }) showing: boolean; - @property({ type : Array }) - wordCloud: WordCloud | null; - @property({ type : Boolean }) infoExpanded: boolean; @@ -167,7 +162,6 @@ class CardDrawer extends LitElement {