mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-11 13:46:17 +00:00
13 lines
284 B
Svelte
13 lines
284 B
Svelte
<script>
|
|
import ContributorHost from '$lib/components/molecules/ContributorHost.svelte';
|
|
let peoples = [
|
|
"Ushie",
|
|
"afnzmn",
|
|
"baiorett",
|
|
"PickleNik",
|
|
]
|
|
</script>
|
|
|
|
<div class="wrapper">
|
|
<ContributorHost {peoples}></ContributorHost>
|
|
</div> |