Start working on Ester OS

This commit is contained in:
danbulant 2020-02-15 18:04:37 +01:00
parent a81cc3a631
commit 8dd83159b5

View file

@ -1,9 +1,3 @@
function component() {
const element = document.createElement('div');
import boot from './managers/boot';
element.innerHTML = "Ester OS";
return element;
}
document.body.appendChild(component());
boot();