From 438d155c45571e0ba3127a0d5cd7cd6898fb9d92 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 2 Apr 2019 11:50:57 -0700 Subject: [PATCH] Fix imports (#3040) --- src/dialogs/more-info/controls/more-info-input_datetime.js | 1 - src/resources/ha-style.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/dialogs/more-info/controls/more-info-input_datetime.js b/src/dialogs/more-info/controls/more-info-input_datetime.js index 5905fe039a..b8f6bc4260 100644 --- a/src/dialogs/more-info/controls/more-info-input_datetime.js +++ b/src/dialogs/more-info/controls/more-info-input_datetime.js @@ -2,7 +2,6 @@ import "@polymer/iron-flex-layout/iron-flex-layout-classes"; import "@polymer/paper-input/paper-input"; import { html } from "@polymer/polymer/lib/utils/html-tag"; import { PolymerElement } from "@polymer/polymer/polymer-element"; -import "@polymer/polymer/polymer-legacy"; import "@vaadin/vaadin-date-picker/vaadin-date-picker"; import "../../../components/ha-relative-time"; diff --git a/src/resources/ha-style.ts b/src/resources/ha-style.ts index 85e9b17d75..6838312427 100644 --- a/src/resources/ha-style.ts +++ b/src/resources/ha-style.ts @@ -1,5 +1,5 @@ import "@polymer/paper-styles/paper-styles"; -import "@polymer/polymer/polymer-legacy"; +import "@polymer/polymer/lib/elements/custom-style"; import { haStyle, haStyleDialog } from "./styles"; const documentContainer = document.createElement("template");