UI Update

This commit is contained in:
2024-07-05 19:13:45 +02:00
parent e09ca04e8a
commit d188dd205f
5 changed files with 166 additions and 164 deletions

View File

@@ -32,6 +32,9 @@ class _PatientViewState extends State<PatientView> {
PatientNotes(
patientIndex: widget.selectedPatient.idpatients,
),
SizedBox(
width: 10,
),
PatientFiles(
patientIndex: widget.selectedPatient.idpatients,
selectedPatient: widget.selectedPatient,