chat / client /src /components /Files /FileList /EmptyFilePreview.tsx
helloya20's picture
Upload 2345 files
f0743f4 verified
import React from 'react';
export default function EmptyFilePreview() {
return (
<div className="h-full w-full content-center text-center font-bold">
Select a file to view details.
</div>
);
}