loaded = {
console.log('loaded');
const hello = html`<div style="height:400px; overflow:scroll;border: thin solid #555;padding:25px">`;
observable.Runtime.load(module.default, observable.Inspector.into(hello));
console.log('loaded done');
return hello;
}