mirror of
https://github.com/revanced/revanced-website.git
synced 2025-06-12 13:17:40 +02:00
BREAKING CHANGE: migrate to new routing system
This commit is contained in:
9
src/routes/download/+page.svelte
Normal file
9
src/routes/download/+page.svelte
Normal 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>
|
Reference in New Issue
Block a user