import App from "@app/App.svelte";
import { mount } from "svelte";
const app = mount(App, {
target: document.body,
});
export default app;
import App from "@app/App.svelte";
import { mount } from "svelte";
const app = mount(App, {
target: document.body,
});
export default app;