From 9095d95cd50d5a6d4d58165df819879d28dd77d0 Mon Sep 17 00:00:00 2001 From: reagan-meant Date: Tue, 19 Nov 2024 16:33:38 +0300 Subject: [PATCH] clean up --- .../src/actions/send-sms-action.component.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/esm-patient-outcomes-app/src/actions/send-sms-action.component.tsx b/packages/esm-patient-outcomes-app/src/actions/send-sms-action.component.tsx index 73a7413..b311ef5 100644 --- a/packages/esm-patient-outcomes-app/src/actions/send-sms-action.component.tsx +++ b/packages/esm-patient-outcomes-app/src/actions/send-sms-action.component.tsx @@ -1,6 +1,6 @@ import React, { useCallback } from 'react'; import { useTranslation } from 'react-i18next'; -import { usePatient, useVisit } from '@openmrs/esm-framework'; +import { usePatient } from '@openmrs/esm-framework'; import { launchPatientWorkspace } from '@openmrs/esm-patient-common-lib'; interface SendSmsActionOverflowMenuItemProps {