mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-05 09:00:11 +00:00
10 lines
279 B
TypeScript
10 lines
279 B
TypeScript
import "../../src/resources/ha-style";
|
|
import "../../src/resources/roboto";
|
|
import "../../src/resources/safari-14-attachshadow-patch";
|
|
import "./ha-demo";
|
|
|
|
/* polyfill for paper-dropdown */
|
|
setTimeout(() => {
|
|
import("web-animations-js/web-animations-next-lite.min");
|
|
}, 1000);
|