import React from 'react'; export default function EmptyFilePreview() { return (
Select a file to view details.
); }