Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Halepo committed Aug 25, 2023
1 parent d587dc2 commit 26420c0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<div className={styles.tabContainer}>
<Tabs>
Expand All @@ -26,4 +26,4 @@ const ICT: React.FC<{ patientUuid: string }> = ({ patientUuid }) => {
);
};

export default ICT;
export default IndexCaseTesting;

0 comments on commit 26420c0

Please sign in to comment.