From 26420c05e0d0edcc7a12789429a6287d484fe36b Mon Sep 17 00:00:00 2001 From: Halepo Date: Fri, 25 Aug 2023 13:08:36 +0300 Subject: [PATCH] changes --- ...component.tsx => index-case-testing-summary.component.tsx} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename src/pages/ict/{ict.component.tsx => index-case-testing-summary.component.tsx} (87%) diff --git a/src/pages/ict/ict.component.tsx b/src/pages/ict/index-case-testing-summary.component.tsx similarity index 87% rename from src/pages/ict/ict.component.tsx rename to src/pages/ict/index-case-testing-summary.component.tsx index 57e82469..79791006 100644 --- a/src/pages/ict/ict.component.tsx +++ b/src/pages/ict/index-case-testing-summary.component.tsx @@ -5,7 +5,7 @@ import styles from "../program-management/program-management.scss"; import ICTGeneral from "./tabs/ict-general.component"; import IndexContactFollowup from "./tabs/index-contact-followup.component"; -const ICT: React.FC<{ patientUuid: string }> = ({ patientUuid }) => { +const IndexCaseTesting: React.FC<{ patientUuid: string }> = ({ patientUuid }) => { return (
@@ -26,4 +26,4 @@ const ICT: React.FC<{ patientUuid: string }> = ({ patientUuid }) => { ); }; -export default ICT; +export default IndexCaseTesting;