🎨 Update TypeScript error handling in GitHubCalendar.svelte

This commit is contained in:
Paillat
2025-08-28 12:11:54 +02:00
parent 9622362820
commit 14c55842cb

View File

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