about summary refs log tree commit diff
path: root/assets/src/entries/share.ts
blob: 7527a53c14dc1d36f82261f40ac007a74e3a5d6a (plain)
1
2
3
4
5
6
7
8
9
10
import App from '../App.svelte';

const app = new App({
	target: document.getElementById("app"),
	props: {
		name: 'share'
	}
});

export default app;