Add hub package
This commit is contained in:
@@ -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();
|
||||
Reference in New Issue
Block a user