diff --git a/frontend/src/pages/Public/TrojanHorseConverter.tsx b/frontend/src/pages/Public/TrojanHorseConverter.tsx index 6ff41ea..65befdb 100644 --- a/frontend/src/pages/Public/TrojanHorseConverter.tsx +++ b/frontend/src/pages/Public/TrojanHorseConverter.tsx @@ -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';