mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 22:07:20 +00:00
12 lines
401 B
JavaScript
12 lines
401 B
JavaScript
import '@polymer/polymer/lib/elements/dom-if.js';
|
|
import '@polymer/polymer/lib/elements/dom-repeat.js';
|
|
|
|
import '../components/ha-iconset-svg.js';
|
|
import '../resources/ha-style.js';
|
|
import '../resources/roboto.js';
|
|
|
|
import '../auth/ha-authorize.js';
|
|
|
|
/* polyfill for paper-dropdown */
|
|
import(/* webpackChunkName: "polyfill-web-animations-next" */ 'web-animations-js/web-animations-next-lite.min.js');
|