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