import App from "./apps/dashboard/App.svelte"; const app = new App({ target: document.getElementById("app"), }); export default app;