Skip to content

Commit

Permalink
mdi import should be before common/navigate
Browse files Browse the repository at this point in the history
  • Loading branch information
martetassyns committed Dec 1, 2024
1 parent b855176 commit 386581b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import "@material/mwc-button";
import type { CSSResultGroup, PropertyValues } from "lit";
import { css, html, LitElement } from "lit";
import { customElement, property, query, state } from "lit/decorators";
import { mdiTimerSand } from "@mdi/js";
import type { Edge, EdgeOptions, Node } from "vis-network/peer/esm/vis-network";
import { Network } from "vis-network/peer/esm/vis-network";
import { navigate } from "../../../../../common/navigate";
Expand All @@ -23,7 +24,6 @@ import type {
} from "../../../../../types";
import { formatAsPaddedHex } from "./functions";
import { zhaTabs } from "./zha-config-dashboard";
import { mdiTimerSand } from "@mdi/js";

@customElement("zha-network-visualization-page")
export class ZHANetworkVisualizationPage extends LitElement {
Expand Down

0 comments on commit 386581b

Please sign in to comment.