🚀 Fix: Remove unused import to resolve build failure
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user