mirror of
https://github.com/home-assistant/frontend.git
synced 2026-07-09 23:43:57 +01:00
3947adbab4
* Upgrade workbox to v4 * Update dmeo config
16 lines
414 B
TypeScript
16 lines
414 B
TypeScript
import "@polymer/polymer/lib/elements/dom-if";
|
|
import "@polymer/polymer/lib/elements/dom-repeat";
|
|
|
|
import "../components/ha-iconset-svg";
|
|
import "../resources/ha-style";
|
|
import "../resources/roboto";
|
|
|
|
import "../auth/ha-authorize";
|
|
|
|
/* polyfill for paper-dropdown */
|
|
setTimeout(
|
|
() =>
|
|
import(/* webpackChunkName: "polyfill-web-animations-next" */ "web-animations-js/web-animations-next-lite.min"),
|
|
2000
|
|
);
|