import Share from "../components/Share.svelte"; const app = new Share({ target: document.getElementById("app"), props: {}, }); export default app;