style: format

This commit is contained in:
quantum9Innovation 2024-02-19 05:20:53 +00:00 committed by Youwen Wu
parent 0ef0844265
commit 37128f52c0

View file

@ -16,9 +16,7 @@ const DocumentCardWrapper = ({
notFound()
}
return (
<DocumentCard doc={doc} href={href} />
)
return <DocumentCard doc={doc} href={href} />
}
const Page = () => {