hotfix godspeed

This commit is contained in:
Face 2025-06-28 22:59:33 +03:00
parent e34d564b4d
commit 7b670c1f93
6 changed files with 212 additions and 151 deletions

View file

@ -1,7 +1,7 @@
<script lang="ts">
import { onMount } from 'svelte';
// @ts-ignore
import { chart } from 'svelte-apexcharts';
import { chart } from 'svelte-apexcharts?client';
// it doens't have types idk
import { Skeleton } from '$lib/components/ui/skeleton';
import * as Card from '$lib/components/ui/card';