@larva.io/webcomponents
Version:
Fentrica SmartUnits WebComponents package
22 lines (21 loc) • 524 B
JavaScript
/*!
* (C) Fentrica http://fentrica.com - Seee LICENSE.md
*/
import { h, Host } from "@stencil/core";
export class LarvaApp {
render() {
return (h(Host, { key: 'd2a76f28dd64be594c770d2679750405650c9689', class: { 'lar-app': true } }));
}
static get is() { return "lar-app"; }
static get originalStyleUrls() {
return {
"$": ["app.scss"]
};
}
static get styleUrls() {
return {
"$": ["app.css"]
};
}
}
//# sourceMappingURL=app.js.map