Files
svelte-github-calendar/src/routes/+page.svelte
Paillat ca88cbbca0 🎨 Format code
2025-08-28 19:09:27 +02:00

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>