mirror of
https://github.com/Paillat-dev/svelte-github-calendar.git
synced 2026-03-03 02:44:55 +00:00
8 lines
161 B
Svelte
8 lines
161 B
Svelte
<script lang="ts">
|
|
import { GitHubCalendar } from '../lib/index.js';
|
|
</script>
|
|
|
|
<main>
|
|
<GitHubCalendar username="Paillat-dev" class="w-full h-auto" />
|
|
</main>
|