dev / app /components /editor /codemirror /BinaryContent.tsx
Charan5775's picture
Add application file
8f7821c
raw
history blame contribute delete
253 Bytes
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>
);
}