import App from './routes/index.svelte'; const app = new App({ target: document.body, props: { name: 'Quartznet' } }); export default app;