Move legacy styles to their own files (#6033)

This commit is contained in:
Paulus Schoutsen
2020-05-25 01:16:01 -07:00
committed by GitHub
parent b8e71609db
commit af23110074
48 changed files with 74 additions and 56 deletions

View File

@@ -28,7 +28,6 @@ import {
subscribeDeviceRegistry,
} from "../../data/device_registry";
import { PolymerChangedEvent } from "../../polymer-types";
import "../../resources/ha-style";
import { haStyleDialog } from "../../resources/styles";
import type { HomeAssistant } from "../../types";
import { DataEntryFlowDialogParams } from "./show-dialog-data-entry-flow";