import React from 'react'; import { useTranslation } from '@/hooks/useTranslation'; import { HiArrowDownTray } from 'react-icons/hi2'; const DropIndicator: React.FC = () => { const _ = useTranslation(); return ( <>
{_('Drop to Import Books')}