fix(core): update
This commit is contained in:
9
ts_web/index.ts
Normal file
9
ts_web/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import * as plugins from './plugins.js';
|
||||
|
||||
import { html } from '@design.estate/dees-element';
|
||||
|
||||
import './elements/index.js';
|
||||
|
||||
plugins.deesElement.render(html`
|
||||
<cloudly-dashboard></cloudly-dashboard>
|
||||
`, document.body);
|
Reference in New Issue
Block a user