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