import { CallSummaryCard } from '@/components/CallSummaryCard';
export default function Example() {
return (
<CallSummaryCard call={call} customerName={customerName} customerPhone={customerPhone} time={time} category={category} aiSummary={aiSummary} sentiment={sentiment} outcome={outcome} hasJob={hasJob} />
);
}