'use client' import type { ComponentProps } from 'react' import { Card as HeroCard } from '@heroui/react' export const Card = HeroCard export function CardHeader(props: ComponentProps) { return } export function CardBody(props: ComponentProps) { return }