feat: AI-powered prediction market (Hopium)

This commit is contained in:
Face 2025-05-28 16:44:30 +03:00
parent 4fcc55fa72
commit 2a92c37d26
33 changed files with 7009 additions and 4518 deletions

View file

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