Skip to content

Commit

Permalink
correct type
Browse files Browse the repository at this point in the history
  • Loading branch information
kb019 committed Oct 15, 2024
1 parent 7089dbd commit 40a94eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 40a94eb

Please sign in to comment.