import { Card, CardContent, CardHeader, CardTitle } from "@/app/_components/ui/card"
import { Users, UserCheck, UserX } from 'lucide-react'
export function UserStats() {
return (
<>
Total Users
1,234
+20.1% from last month
Active Users
1,105
89.5% of total users
Inactive Users
129
10.5% of total users
>
)
}