import "./main.css"; import component from "./component"; const demoComponent = component("Another"); document.body.appendChild(demoComponent);