Skip to content

Commit

Permalink
uth: wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
punxaphil committed Dec 29, 2023
1 parent 9c08d48 commit 3358855
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/card.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { HomeAssistant } from 'custom-card-helpers';
import { css, html, LitElement } from 'lit';
import { property, state } from 'lit/decorators.js';
import { choose } from 'lit/directives/choose.js';
import Store from './model/store';
import { CardConfig, Section } from './types';
import { CardConfig, HomeAssistant, Section } from './types';
import './components/footer';
import './editor/editor';
import {
Expand Down

0 comments on commit 3358855

Please sign in to comment.