import { X, Edit } from 'lucide-react'; export default function FileViewerModal({ file, onClose, onEdit }) { return (
{file.content}