[fix] building errors
This commit is contained in:
@@ -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>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user