mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-24 04:39:01 +00:00
14 lines
383 B
TypeScript
14 lines
383 B
TypeScript
// Compat needs to be first import
|
|
import "../resources/compatibility";
|
|
import "../auth/ha-authorize";
|
|
import "../resources/ha-style";
|
|
import "../resources/roboto";
|
|
import "../resources/safari-14-attachshadow-patch";
|
|
import "../resources/array.flat.polyfill";
|
|
|
|
/* polyfill for paper-dropdown */
|
|
setTimeout(
|
|
() => import("web-animations-js/web-animations-next-lite.min"),
|
|
2000
|
|
);
|