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;