Fix unused imports in Dashboard

This commit is contained in:
Hamza-Ayed
2026-04-18 01:22:18 +03:00
parent aad1998e56
commit 2e18020e49

View File

@@ -6,15 +6,12 @@
import { useState, useEffect } from 'react';
import {
BarChart3,
Users,
FileText,
TrendingUp,
ArrowUpRight,
ArrowDownRight,
Clock,
CheckCircle2,
AlertCircle,
Building2
} from 'lucide-react';
import { motion } from 'framer-motion';