mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-23 21:07:20 +00:00
8 lines
263 B
JavaScript
8 lines
263 B
JavaScript
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-gallery";
|
|
|
|
document.body.appendChild(document.createElement("ha-gallery"));
|