import { Star, Trash2 } from 'lucide-react' import type { FileManagerState } from './useFileManager' export function FileManagerToolbar(S: FileManagerState) { const { showTrash, t, files, filterType, setFilterType, toggleTrash } = S return (