import { CheckCircle } from 'lucide-react' import { Progress } from '../ui/progress' import _ from '@/lib/translate' const FileUploadBanner = ({ uploadProgress, }: { uploadProgress: number }) => { return