From 40a94eb073d826002f0046560f24ef3a9feccd87 Mon Sep 17 00:00:00 2001 From: Bhargav Kodali Date: Tue, 15 Oct 2024 10:40:08 -0700 Subject: [PATCH] correct type --- .../src/ward-patient-card/ward-patient-card.component.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/esm-ward-app/src/ward-patient-card/ward-patient-card.component.tsx b/packages/esm-ward-app/src/ward-patient-card/ward-patient-card.component.tsx index 2bc7466ad..a6ed06ec0 100644 --- a/packages/esm-ward-app/src/ward-patient-card/ward-patient-card.component.tsx +++ b/packages/esm-ward-app/src/ward-patient-card/ward-patient-card.component.tsx @@ -1,6 +1,6 @@ import { getPatientName, launchWorkspace, useAppContext } from '@openmrs/esm-framework'; import React, { type ReactNode } from 'react'; -import { type WardViewContext, type WardPatient, PatientWorkspaceAdditionalProps } from '../types'; +import { type WardViewContext, type WardPatient,type PatientWorkspaceAdditionalProps } from '../types'; import styles from './ward-patient-card.scss'; interface Props {