import App from './home_page/HomePage.svelte'; const app = new App({ target: document.getElementById("uploader"), props: {} }); export default app;