🎨 Format code and fix typescript shit

This commit is contained in:
Paillat
2025-08-28 12:04:12 +02:00
parent 7b2a9754c5
commit 8613569a0a
5 changed files with 15 additions and 14 deletions

View File

@@ -1,4 +1,5 @@
<script lang="ts">
// @ts-ignore
import GithubCalendar from 'github-calendar';
import { onMount } from 'svelte';

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import { GitHubCalendar } from '$lib';
import { GitHubCalendar } from 'svelte-github-calendar';
</script>
<GitHubCalendar username="Paillat-dev" class="w-full h-auto" />