1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-02 16:43:19 +01:00
Files
frontend/gallery/src/entrypoint.js
2025-04-29 11:37:56 +02:00

6 lines
137 B
JavaScript

import "./ha-gallery";
import("../../src/resources/append-ha-style");
document.body.appendChild(document.createElement("ha-gallery"));