🚀 Fix: Remove remaining unused imports to resolve production build failures

This commit is contained in:
Hamza-Ayed
2026-04-22 02:21:54 +03:00
parent 5aa3a178b9
commit f4e505a610
3 changed files with 2 additions and 6 deletions

View File

@@ -14,11 +14,9 @@ import {
CheckCircle2, CheckCircle2,
Clock, Clock,
AlertCircle, AlertCircle,
MoreVertical,
ChevronLeft,
ChevronRight,
Building2, Building2,
FileText, FileText,
ChevronLeft,
Send, Send,
Download, Download,
Trash2, Trash2,

View File

@@ -10,11 +10,9 @@ import {
User, User,
Lock, Lock,
Bell, Bell,
Globe,
Shield, Shield,
CreditCard, CreditCard,
Save, Save,
ChevronLeft,
Palette, Palette,
Moon Moon
} from 'lucide-react'; } from 'lucide-react';

View File

@@ -5,7 +5,7 @@
*/ */
import { useState, useEffect } from 'react'; import { useState, useEffect } from 'react';
import { Users, UserPlus, Search, Shield, Mail, Phone, MoreVertical, Trash2, Loader2, X } from 'lucide-react'; import { Users, UserPlus, Search, Shield, Mail, MoreVertical, Trash2, Loader2, X } from 'lucide-react';
import { motion, AnimatePresence } from 'framer-motion'; import { motion, AnimatePresence } from 'framer-motion';
import apiClient from '../../api/client'; import apiClient from '../../api/client';