refactor(ui): clean up unused imports and variables in UI components
All checks were successful
Admin CI / build-and-push-web (push) Successful in 3m48s

This commit is contained in:
lafay
2026-04-04 00:25:18 +08:00
parent ff77b46f79
commit dacad1587a
4 changed files with 7 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ import {
TableHeader,
TableRow,
} from '@/components/ui/table'
import { RefreshCw, Loader2, Users, Shield, Check } from 'lucide-react'
import { RefreshCw, Loader2, Users, Check } from 'lucide-react'
// 角色颜色映射
const roleColors: Record<string, { bg: string; text: string; border: string }> = {