Skip to content

Commit

Permalink
Removing unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-craig committed Jul 24, 2022
1 parent 0b01fe6 commit cd42744
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions src/xiaomi-fan-card.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import { LitElement, html, TemplateResult, css, PropertyValues, CSSResultGroup, HTMLTemplateResult } from "lit";
import { customElement, property, state } from "lit/decorators";
import {
HomeAssistant,
hasConfigOrEntityChanged,
ActionHandlerEvent,
handleAction,
LovelaceCardEditor,
} from "custom-card-helpers"; // This is a community maintained npm module with common helper functions/types. https://github.com/custom-cards/custom-card-helpers

import { actionHandler } from "./action-handler-directive";
import { HomeAssistant, hasConfigOrEntityChanged, handleAction, LovelaceCardEditor } from "custom-card-helpers"; // This is a community maintained npm module with common helper functions/types. https://github.com/custom-cards/custom-card-helpers

import { FanXiaomiCardConfig, defaultConfig } from "./config";

// Add the card to the UI card picker dialog
Expand Down

0 comments on commit cd42744

Please sign in to comment.