website refactor
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
'use client';
|
||||
|
||||
import React from 'react';
|
||||
import { Users, Shield } from 'lucide-react';
|
||||
import { Grid } from '@/ui/Grid';
|
||||
import { MetricCard } from '@/ui/MetricCard';
|
||||
import { Grid } from '@/ui/primitives/Grid';
|
||||
import { Shield, Users } from 'lucide-react';
|
||||
|
||||
interface UserStatsSummaryProps {
|
||||
total: number;
|
||||
|
||||
Reference in New Issue
Block a user