15 lines
385 B
TypeScript
15 lines
385 B
TypeScript
import "@polymer/polymer/lib/elements/dom-if";
|
|
import "@polymer/polymer/lib/elements/dom-repeat";
|
|
import "../auth/ha-authorize";
|
|
import "../resources/ha-style";
|
|
import "../resources/roboto";
|
|
|
|
/* polyfill for paper-dropdown */
|
|
setTimeout(
|
|
() =>
|
|
import(
|
|
/* webpackChunkName: "polyfill-web-animations-next" */ "web-animations-js/web-animations-next-lite.min"
|
|
),
|
|
2000
|
|
);
|