summaryrefslogtreecommitdiff
path: root/src/another.js
blob: 43321350d2c14a02592f831ce2299c6f68ba17ce (plain)
1
2
3
4
5
import "./main.css";
import component from "./component";

const demoComponent = component("Another");
document.body.appendChild(demoComponent);