Files

9 lines
208 B
TypeScript
Raw Permalink Normal View History

2026-05-05 12:03:45 +00:00
import '@smarthome.exchange/catalog';
import { html, render } from '@design.estate/dees-element';
const run = async () => {
render(html`<shx-console-shell></shx-console-shell>`, document.body);
};
run();