export interface PatientChartProps {
  patientUuid: string;
}
