mirror of
https://github.com/harivansh-afk/asap.it.git
synced 2026-04-17 01:04:38 +00:00
first commit
This commit is contained in:
commit
1cdbffff09
200 changed files with 30007 additions and 0 deletions
7
app/components/editor/codemirror/BinaryContent.tsx
Normal file
7
app/components/editor/codemirror/BinaryContent.tsx
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
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>
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue