f0743f4
1
2
3
4
5
6
7
8
9
10
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> ); }