Add hub package

This commit is contained in:
2026-05-05 12:03:45 +00:00
commit 42f661beb9
20 changed files with 777 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
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();