🎨 Update TypeScript error handling in GitHubCalendar.svelte

This commit is contained in:
Paillat
2025-08-28 12:12:50 +02:00
parent 14c55842cb
commit 67483e668c

View File

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