🩹 Fix: Remove unused imports causing build failure

This commit is contained in:
Hamza-Ayed
2026-04-19 15:30:12 +03:00
parent ef9baf33f7
commit 946c7db96c
2 changed files with 2 additions and 7 deletions

View File

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