Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
JobCard component
import { JobCard } from '@/components/JobCard'; export default function Example() { return ( <JobCard job={job} jobNumber={jobNumber} status={status} jobType={jobType} customerName={customerName} aiSummary={aiSummary} callId={callId} /> ); }