Fix missing icon imports

This commit is contained in:
Hamza-Ayed
2026-04-18 02:26:32 +03:00
parent 0b0cd9798c
commit 47d473add5

View File

@@ -19,7 +19,9 @@ import {
ChevronRight,
Building2,
FileText,
Send
Send,
Download,
Trash2
} from 'lucide-react';
import apiClient from '../../api/client';