mirror of
https://github.com/Paillat-dev/svelte-github-calendar.git
synced 2026-01-02 01:06:20 +00:00
🎨 Format code and fix typescript shit again
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
import GithubCalendar from 'github-calendar';
|
import GithubCalendar from 'github-calendar';
|
||||||
import { onMount } from 'svelte';
|
import { onMount } from 'svelte';
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { GitHubCalendar } from 'svelte-github-calendar';
|
import { GitHubCalendar } from '../lib/index.js';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<GitHubCalendar username="Paillat-dev" class="w-full h-auto" />
|
<GitHubCalendar username="Paillat-dev" class="w-full h-auto" />
|
||||||
|
|||||||
Reference in New Issue
Block a user