hotfix godspeed
This commit is contained in:
parent
e34d564b4d
commit
7b670c1f93
6 changed files with 212 additions and 151 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Reference in a new issue