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()
|
notFound()
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return <DocumentCard doc={doc} href={href} />
|
||||||
<DocumentCard doc={doc} href={href} />
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const Page = () => {
|
const Page = () => {
|
||||||
|
|
Loading…
Reference in a new issue