1 2 3 4 5 6 7 8
import SharePage from "../components/SharePage.svelte"; const app = new SharePage({ target: document.getElementById("app"), props: {}, }); export default app;