about summary refs log tree commit diff
path: root/assets/src/entries/share.ts
blob: d0279f13e1cbb78f616eeb33ec7c74999dc9e991 (plain)
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;