From a113f7284279cb188104d8db96a5dd12c35a88c6 Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Wed, 22 Apr 2026 02:03:13 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Fix:=20Remove=20unused=20import?= =?UTF-8?q?=20to=20resolve=20build=20failure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/Public/TrojanHorseConverter.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';