mirror of
https://github.com/stackblitz/bolt.new
synced 2024-11-28 06:52:47 +00:00
8 lines
253 B
TypeScript
8 lines
253 B
TypeScript
|
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>
|
||
|
);
|
||
|
}
|