aboutsummaryrefslogtreecommitdiffstats
path: root/src/routes/+page.svelte
blob: 8d09da535eb762a925cbd105dc12ab9d8f578c1f (plain) (blame)
1
2
3
4
5
6
<script lang="ts">
	import Editor from '$/lib/Player/Player.svelte';
	import Video from '$/user';
</script>

<Editor {Video} />