9 lines
151 B
JavaScript
9 lines
151 B
JavaScript
import App from './user_home/Router.svelte';
|
|
|
|
const app = new App({
|
|
target: document.getElementById("page_body"),
|
|
props: {}
|
|
});
|
|
|
|
export default app;
|