feat: hydration

This commit is contained in:
Ax333l
2022-10-21 20:31:18 +02:00
parent a1b893b346
commit 01bc0f2063
8 changed files with 79 additions and 61 deletions

View File

@@ -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