Replace all default exports in common/ with named exports (#3790)

This commit is contained in:
Ian Richardson
2019-09-23 03:57:47 -05:00
committed by Bram Kragten
parent f871387fa6
commit 1f4d359050
129 changed files with 243 additions and 257 deletions

View File

@@ -13,7 +13,7 @@ import { fireEvent } from "../common/dom/fire_event";
import { HomeAssistant } from "../types";
import { UnsubscribeFunc } from "home-assistant-js-websocket";
import { subscribeNotifications } from "../data/persistent_notification";
import computeDomain from "../common/entity/compute_domain";
import { computeDomain } from "../common/entity/compute_domain";
@customElement("ha-menu-button")
class HaMenuButton extends LitElement {