1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-07-09 23:43:57 +01:00
Files
frontend/src/entrypoints/authorize.ts
T
Paulus Schoutsen 3947adbab4 Upgrade workbox to v4 (#3053)
* Upgrade workbox to v4

* Update dmeo config
2019-04-02 15:38:14 -07:00

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
);