Skip to content

Commit

Permalink
ict update
Browse files Browse the repository at this point in the history
  • Loading branch information
Halepo committed Aug 25, 2023
1 parent 661f653 commit 7a8aaf0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import {
FACILITY_NAME,
HIV_CARE_AND_TREATMENT,
HIV_TESTING_SERVICE_META,
INDEX_CASE_TESTING_META,
MATERNAL_HEALTH_SUMMARY,
PMTCT_META,
POST_META,
Expand Down Expand Up @@ -164,3 +165,10 @@ export const hivTestingServiceChart = getAsyncLifecycle(
import("./pages/hiv-testing-service/hiv-testing-service-summary.component"),
options
);
export const indexCaseTestingMenu = getSyncLifecycle(
createDashboardLink({
...INDEX_CASE_TESTING_META,
moduleName,
}),
options
);

0 comments on commit 7a8aaf0

Please sign in to comment.