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