diff --git a/soul-admin/src/pages/find-partner/tabs/CKBStatsTab.tsx b/soul-admin/src/pages/find-partner/tabs/CKBStatsTab.tsx index 3cc993cd..4ae248a0 100644 --- a/soul-admin/src/pages/find-partner/tabs/CKBStatsTab.tsx +++ b/soul-admin/src/pages/find-partner/tabs/CKBStatsTab.tsx @@ -1,15 +1,11 @@ import { useState, useEffect, useCallback } from 'react' import { useNavigate } from 'react-router-dom' import { Card, CardContent } from '@/components/ui/card' -import { Input } from '@/components/ui/input' -import { Label } from '@/components/ui/label' import { Button } from '@/components/ui/button' -import { Badge } from '@/components/ui/badge' import { - RefreshCw, Users, Zap, Link2, - CheckCircle2, XCircle, Activity, Smartphone, ExternalLink, + RefreshCw, Users, Zap, Link2, ExternalLink, } from 'lucide-react' -import { get, post } from '@/api/client' +import { get } from '@/api/client' interface MatchStats { totalMatches: number