mirror of
https://github.com/home-assistant/frontend.git
synced 2025-10-06 10:19:49 +00:00
12 lines
377 B
TypeScript
12 lines
377 B
TypeScript
import "../../src/resources/safari-14-attachshadow-patch";
|
|
import "@polymer/polymer/lib/elements/dom-if";
|
|
import "@polymer/polymer/lib/elements/dom-repeat";
|
|
import "../../src/resources/ha-style";
|
|
import "../../src/resources/roboto";
|
|
import "./ha-demo";
|
|
|
|
/* polyfill for paper-dropdown */
|
|
setTimeout(() => {
|
|
import("web-animations-js/web-animations-next-lite.min");
|
|
}, 1000);
|