style: format
This commit is contained in:
parent
0ef0844265
commit
37128f52c0
1 changed files with 1 additions and 3 deletions
|
@ -16,9 +16,7 @@ const DocumentCardWrapper = ({
|
|||
notFound()
|
||||
}
|
||||
|
||||
return (
|
||||
<DocumentCard doc={doc} href={href} />
|
||||
)
|
||||
return <DocumentCard doc={doc} href={href} />
|
||||
}
|
||||
|
||||
const Page = () => {
|
||||
|
|
Loading…
Reference in a new issue