BREAKING CHANGE: migrate to new routing system

This commit is contained in:
afn
2022-10-09 20:24:18 -04:00
parent 9e3f773a0c
commit 508269e52d
9 changed files with 1107 additions and 684 deletions

View File

@ -0,0 +1,9 @@
<script>
import DownloadChannelHost from '$lib/components/molecules/DownloadChannelHost.svelte';
import DownloadSelectorHost from '$lib/components/molecules/DownloadSelectorHost.svelte';
</script>
<div class="wrapper">
<DownloadChannelHost></DownloadChannelHost>
<DownloadSelectorHost></DownloadSelectorHost>
</div>