import App from './app/app.component';
BI.DOM.ready(() => {
BI.createWidget({
type:App,
element: 'body',
});