Fix all biome linter errors (#541)
This commit is contained in:
parent
f23c73f6a5
commit
e5d654bf41
46 changed files with 317 additions and 275 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { Attachment } from 'ai';
|
||||
import type { Attachment } from 'ai';
|
||||
|
||||
import { LoaderIcon } from './icons';
|
||||
|
||||
|
|
@ -25,10 +25,10 @@ export const PreviewAttachment = ({
|
|||
className="rounded-md size-full object-cover"
|
||||
/>
|
||||
) : (
|
||||
<div className=""></div>
|
||||
<div className="" />
|
||||
)
|
||||
) : (
|
||||
<div className=""></div>
|
||||
<div className="" />
|
||||
)}
|
||||
|
||||
{isUploading && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue