mirror of
https://github.com/revanced/revanced-website.git
synced 2025-05-28 12:20:13 +02:00
9 lines
302 B
Svelte
9 lines
302 B
Svelte
<script>
|
|
import Wave from '$lib/components/atoms/Wave.svelte';
|
|
import ContributorHost from '$lib/components/molecules/ContributorHost.svelte';
|
|
import SocialHost from '$lib/components/molecules/SocialHost.svelte';
|
|
</script>
|
|
|
|
<div class="wrapper">
|
|
<ContributorHost></ContributorHost>
|
|
</div> |