mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-02 16:43:19 +01:00
6 lines
137 B
JavaScript
6 lines
137 B
JavaScript
import "./ha-gallery";
|
|
|
|
import("../../src/resources/append-ha-style");
|
|
|
|
document.body.appendChild(document.createElement("ha-gallery"));
|