From 94a85d2f91e4fc07aefc26e3ea7634b168e2d1cf Mon Sep 17 00:00:00 2001 From: Amjith Titus Date: Thu, 30 Jan 2025 15:08:35 +0530 Subject: [PATCH] Import fix --- src/components/Patient/PatientDetailsTab/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Patient/PatientDetailsTab/index.tsx b/src/components/Patient/PatientDetailsTab/index.tsx index 734f4edbb83..207ceb0328a 100644 --- a/src/components/Patient/PatientDetailsTab/index.tsx +++ b/src/components/Patient/PatientDetailsTab/index.tsx @@ -9,6 +9,7 @@ import { Appointments } from "./Appointments"; import { PatientFilesTab } from "./PatientFiles"; import { PatientUsers } from "./PatientUsers"; import { ResourceRequests } from "./ResourceRequests"; +import { Updates } from "./patientUpdates"; export interface PatientProps { facilityId: string;