Skip to content

Commit

Permalink
Order imports correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
illuzn authored Jul 13, 2024
1 parent 6a7c0b6 commit 8096990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panels/lovelace/cards/hui-markdown-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import {
nothing,
} from "lit";
import { customElement, property, state } from "lit/decorators";
import { fireEvent } from "../../../common/dom/fire_event";
import { classMap } from "lit/directives/class-map";
import { fireEvent } from "../../../common/dom/fire_event";
import { applyThemesOnElement } from "../../../common/dom/apply_themes_on_element";
import "../../../components/ha-card";
import "../../../components/ha-markdown";
Expand Down

0 comments on commit 8096990

Please sign in to comment.