Refactor file structure
This commit is contained in:
parent
5f73c2ac82
commit
3f3e654ea9
26 changed files with 71 additions and 215 deletions
|
|
@ -1,9 +0,0 @@
|
|||
function component() {
|
||||
const element = document.createElement('div');
|
||||
|
||||
element.innerHTML = 'Hello world';
|
||||
|
||||
return element;
|
||||
}
|
||||
|
||||
document.body.appendChild(component());
|
||||
Loading…
Add table
Add a link
Reference in a new issue