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