🚀 Fix: Remove unused import to resolve build failure

This commit is contained in:
Hamza-Ayed
2026-04-22 02:03:13 +03:00
parent 660c551098
commit a113f72842

View File

@@ -1,5 +1,5 @@
import { useState, useRef, type DragEvent } from 'react';
import { UploadCloud, FileType, CheckCircle2, ArrowRight, AlertCircle, Loader2, Download } from 'lucide-react';
import { UploadCloud, CheckCircle2, ArrowRight, AlertCircle, Loader2, Download } from 'lucide-react';
import { motion } from 'framer-motion';
import { Link } from 'react-router-dom';
import axios from 'axios';