mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-08 18:39:40 +00:00
Replace all default exports in common/ with named exports (#3790)
This commit is contained in:
committed by
Bram Kragten
parent
f871387fa6
commit
1f4d359050
@@ -9,7 +9,7 @@ import {
|
||||
customElement,
|
||||
} from "lit-element";
|
||||
|
||||
import computeStateName from "../common/entity/compute_state_name";
|
||||
import { computeStateName } from "../common/entity/compute_state_name";
|
||||
import { HomeAssistant, CameraEntity } from "../types";
|
||||
import { fireEvent } from "../common/dom/fire_event";
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user