revanced-website/src/routes/credits.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>