import "./app.ts";
// Mount the app
const container = document.getElementById("app");
if (container) {
container.innerHTML = "<app-container></app-container>";
}
import "./app.ts";
// Mount the app
const container = document.getElementById("app");
if (container) {
container.innerHTML = "<app-container></app-container>";
}