mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 19:09:48 +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
@@ -1,5 +1,5 @@
|
||||
import { HomeAssistant } from "../types";
|
||||
import computeObjectId from "../common/entity/compute_object_id";
|
||||
import { computeObjectId } from "../common/entity/compute_object_id";
|
||||
|
||||
export interface EventAction {
|
||||
event: string;
|
||||
|
||||
Reference in New Issue
Block a user