import { Trash2 } from 'lucide-react' import type { FileManagerState } from './useFileManager' import { FileRow } from './FileManagerRow' export function TrashView(S: FileManagerState) { const { trashFiles, can, trip, handleEmptyTrash, loadingTrash, t } = S return (
{t('files.trashEmpty') || 'Trash is empty'}