File size: 253 Bytes
8f7821c
 
 
 
 
 
 
1
2
3
4
5
6
7
8
export function BinaryContent() {
  return (
    <div className="flex items-center justify-center absolute inset-0 z-10 text-sm bg-tk-elements-app-backgroundColor text-tk-elements-app-textColor">
      File format cannot be displayed.
    </div>
  );
}