Widget's Container
A set of widgets that are used in the program.
export class DevinuxClientComponentWidgets { }
// ► import library import * as devinux from 'clientcomponent.js'; // ► render base element const body = document.getElementByTagName('body');
new DevinuxClientComponentWidgets().render();