[fix] building errors

This commit is contained in:
Purp1e
2025-03-13 03:44:48 +08:00
parent cb8eddf1af
commit b77cf75010
2 changed files with 17 additions and 19 deletions

View File

@@ -21,7 +21,9 @@ const Card = ({ children }: CardProps) => {
const CardHeader = ({ children }: CardProps) => {
return (
<div className="flex items-center gap-1.5 tracking-wide select-none">{children}</div>
<div className="flex items-center gap-1.5 tracking-wide select-none">
{children}
</div>
)
}