Skip to content

Commit

Permalink
Use ESM build
Browse files Browse the repository at this point in the history
  • Loading branch information
bramkragten committed May 30, 2021
1 parent 7dc418b commit 6b77481
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/panels/lovelace/cards/hui-humidifier-card.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import "@thomasloven/round-slider";
import "@thomasloven/round-slider/round-slider";
import { HassEntity } from "home-assistant-js-websocket";
import {
css,
Expand Down
2 changes: 1 addition & 1 deletion src/panels/lovelace/cards/hui-light-card.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { mdiDotsVertical } from "@mdi/js";
import "@thomasloven/round-slider";
import "@thomasloven/round-slider/round-slider";
import {
css,
CSSResultGroup,
Expand Down
2 changes: 1 addition & 1 deletion src/panels/lovelace/cards/hui-thermostat-card.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { mdiDotsVertical } from "@mdi/js";
import "@thomasloven/round-slider";
import "@thomasloven/round-slider/round-slider";
import { HassEntity } from "home-assistant-js-websocket";
import {
css,
Expand Down

0 comments on commit 6b77481

Please sign in to comment.