mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-24 03:21:03 +00:00
feat: hydration
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<script lang="ts">
|
||||
import type { Contributor } from '$lib/types';
|
||||
import ContributorButton from '../atoms/ContributorPerson.svelte';
|
||||
|
||||
export let contribs;
|
||||
export let contribs: Contributor[];
|
||||
export let repo: string;
|
||||
|
||||
let repo_name = repo
|
||||
|
||||
Reference in New Issue
Block a user